User:SplatOdyssey157/common.css: Difference between revisions

From Inkipedia, the Splatoon wiki
No edit summary
No edit summary
Line 22: Line 22:
a:active {
a:active {
color: #009900;
color: #009900;
background-color: #990000;
}
div.box-content {
background-color: #990000;
background-color: #990000;
}
}

Revision as of 03:20, 1 March 2019

body {
font-family: verdanda;
}
div {
font-family: verdanda;
color: #000099;
}
a {
font-family: verdanda;
}
h1 {
font-family: verdanda;
color: #000099;
}
a:hover {
text-decoration: underline;
color: #009900;
}
a:visted {
color: #990000;
}
a:active {
color: #009900;
background-color: #990000;
}
div.box-content {
background-color: #990000;
}