D&D.css

From All The Fallen Stories
Revision as of 12:48, 13 March 2020 by Elerneron (talk | contribs) (Created page with "a{ color: goldenrod; transition: color 2s; } a:hover{ color: gold; } a:visited{ color: khaki; transition: color 2s; } a:visited:hover{ color: goldenrod; } a.new{ color:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

a{ color: goldenrod; transition: color 2s; } a:hover{ color: gold; } a:visited{ color: khaki; transition: color 2s; } a:visited:hover{ color: goldenrod; } a.new{ color: red; transition: color 2s; } a.new:hover{ color: pink; transition: color 2s; } a.new:visited{ color: darkred; transition: color 2s; } a.new:visited:hover{ color: red; }

/* */