D&D.css

From All The Fallen Stories
Revision as of 12:58, 13 March 2020 by Elerneron (talk | contribs)
Jump to navigation Jump to search

a{ color: gold; } a:hover{ color: yellow; } a:visited{ color: goldenrod; } a:visited:hover{ color: gold; } a.new{ color: red; } a.new:hover{ color: pink; } a.new:visited{ color: darkred; } a.new:visited:hover{ color: red; } a.external{ color: gold; } a.external:hover{ color: yellow; } a.external:visited{ color: goldenrod; } a.external:visited:hover{ color: gold; }


/* */