Inverted webpage theme to dark
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user