Difference between revisions of "UnamiVerbs.css"
From FireSpeakerWiki
Jump to navigationJump to searchFirespeaker (talk | contribs) (Created page with ".root { font-weight: bold; color: red; } .affix { font-weight: bold; color: teal; }") |
Firespeaker (talk | contribs) |
||
(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 13:33, 4 August 2023
.root {
font-weight: bold; color: red;
} .affix {
font-weight: bold; color: teal;
} .rootaffix {
font-weight: bold; color: purple;
}