Difference between revisions of "User:Lemondoge/common.css"
(Created page with "→Change link colors to match Wikipedia: a:visited { color: #0b0080; }") |
|||
Line 2: | Line 2: | ||
a:visited { | a:visited { | ||
color: #0b0080; | color: #0b0080; | ||
+ | } | ||
+ | a:link { | ||
+ | color: #0645ad; | ||
} | } |
Revision as of 19:34, 8 August 2020
/* Change link colors to match Wikipedia */ a:visited { color: #0b0080; } a:link { color: #0645ad; }