mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix link backgrounds in FULLBRUTALISM mode
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user