1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00

Ensure github-fork-ribbon styles tiddlylinks

Otherwise CSS specificity means that the TW core styles win
This commit is contained in:
Jermolene 2013-11-19 19:44:40 +00:00
parent 59bb3c66d6
commit f9fbbc12a6

View File

@ -29,8 +29,8 @@ tags: [[$:/tags/stylesheet]]
pointer-events: auto;
}
.github-fork-ribbon a,
.github-fork-ribbon a:hover {
.github-fork-ribbon a, .github-fork-ribbon a.tw-tiddlylink,
.github-fork-ribbon a:hover, .github-fork-ribbon a.tw-tiddlylink:hover {
/* Set the font */
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;