mirror of https://gitlab.com/brutaldon/brutaldon
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 {
|
body {
|
||||||
font-family: "Courier New", "Courier", "FreeMono", "Liberation Mono", monospace;
|
font-family: "Courier New", "Courier", "FreeMono", "Liberation Mono", monospace;
|
||||||
background-color: #CCC;
|
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 {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue