D&D.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tag: Rollback |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 14:08, 26 January 2021
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; }
/* */