206
edits
(remove commissioner font from .derani because it breaks the font ^w^) Tag: Manual revert |
(Don't underline non-text anchors) |
||
Line 64: | Line 64: | ||
a:link { | a:link { | ||
color: rgb(91, 154, 170) !important; | color: rgb(91, 154, 170) !important; | ||
text-decoration: underline rgba(91,154,170,25%); | |||
text-decoration-thickness: 2px; | |||
text-underline-offset: 2px; | |||
transition: background-color 0.5s; | transition: background-color 0.5s; | ||
word-break: break-word; | word-break: break-word; | ||
Line 78: | Line 80: | ||
a:visited, a:focus, a:active { | a:visited, a:focus, a:active { | ||
color: rgb(0, 78, 93) !important; | color: rgb(0, 78, 93) !important; | ||
text-decoration-color: rgba(0,78,93,25%); | |||
} | } | ||
a:link.new { | a:link.new { | ||
color: rgb(200, 123, 150) !important; | color: rgb(200, 123, 150) !important; | ||
text-decoration-color: rgba(200,123,150,25%); | |||
} | } | ||