This commit is contained in:
linse 2017-09-16 16:33:31 -04:00
parent 6feb1c345b
commit fae50e7cb7

View file

@ -6,12 +6,12 @@ html {
html a { html a {
text-decoration: none; text-decoration: none;
color: black color: black;
background-color: rgba(255,255,128,1); background-color: rgba(255,255,128,1);
} }
html a:visited { html a:visited {
color: black color: black;
background-color: rgba(255,255,128,1); background-color: rgba(255,255,128,1);
} }