Fix link backgrounds in FULLBRUTALISM mode

This commit is contained in:
Jason McBrayer 2018-05-15 10:08:27 -04:00
parent 741304ee8c
commit 22dde23e81
1 changed files with 16 additions and 0 deletions

View File

@ -146,6 +146,22 @@ input[type=button] {width: auto; overflow: visible;}
body {
font-family: "Courier New", "Courier", "FreeMono", "Liberation Mono", monospace;
background-color: #CCC;
color: #000;
}
a {
color: blue;
text-decoration: underline;
}
a:active {
color: red;
text-decoration: underline;
}
a:visited {
color: purple;
text-decoration: underline;
}
img {