mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Ensure github-fork-ribbon styles tiddlylinks
Otherwise CSS specificity means that the TW core styles win
This commit is contained in:
parent
59bb3c66d6
commit
f9fbbc12a6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user