D&D.css

From All The Fallen Stories
Revision as of 06:47, 14 March 2020 by Elerneron (talk | contribs)
Jump to navigation Jump to search

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

/* */