Difference between revisions of "D&D.css"

From All The Fallen Stories
Jump to navigation Jump to search
Line 1: Line 1:
a{
a{
color: gold;
color: gold;
  -webkit-text-stroke: 1px black;
}
}
a:hover{
a:hover{
color: yellow;
color: yellow;

Revision as of 12:54, 13 March 2020

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; }

/* */