mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-20 11:31:37 -08: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue