mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2025-02-03 17:27:31 +01:00
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…
x
Reference in New Issue
Block a user