Fix link backgrounds in FULLBRUTALISM mode
This commit is contained in:
parent
741304ee8c
commit
22dde23e81
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue