Inverted webpage theme to dark

This commit is contained in:
2026-02-24 12:26:12 +03:00
parent 53af3c7f42
commit caecf366f9

View File

@@ -5,6 +5,8 @@
* { * {
font-family: "Erbaum Book", "Courier New", Courier, monospace; font-family: "Erbaum Book", "Courier New", Courier, monospace;
background-color: black;
color: white;
} }
.header { .header {
@@ -21,8 +23,7 @@ footer {
padding-top: 3px; padding-top: 3px;
padding-bottom: 3px; padding-bottom: 3px;
padding-left: 30px; padding-left: 30px;
background: #444; color: gray;
color: white;
} }
a.foo:hover { a.foo:hover {
text-decoration-color: black; text-decoration-color: black;