UnamiVerbs.css: Difference between revisions
From FirespeakerWiki
Jump to navigationJump to search
Firespeaker (talk | contribs) Created page with ".root { font-weight: bold; color: red; } .affix { font-weight: bold; color: teal; }" |
Firespeaker (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
font-weight: bold; | font-weight: bold; | ||
color: teal; | color: teal; | ||
} | |||
.rootaffix { | |||
font-weight: bold; | |||
color: purple; | |||
} | } |
Latest revision as of 18:33, 4 August 2023
.root {
font-weight: bold; color: red;
} .affix {
font-weight: bold; color: teal;
} .rootaffix {
font-weight: bold; color: purple;
}