switch to light by default
This commit is contained in:
parent
adbdb8008d
commit
60a3b2c7e6
@ -13,13 +13,13 @@
|
|||||||
body {
|
body {
|
||||||
font-family: "cutive", monospace;
|
font-family: "cutive", monospace;
|
||||||
font-size:125%;
|
font-size:125%;
|
||||||
background-color: black;
|
background-color: white;
|
||||||
color: white;
|
color: black;
|
||||||
background-image: url("/bg_dark.gif");
|
background-image: url("/bg_light.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
background-color: black;
|
background-color: white;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
padding: 5px
|
padding: 5px
|
||||||
}
|
}
|
||||||
@ -31,12 +31,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
background-color: black;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
@ -46,7 +46,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.controls form {
|
.controls form {
|
||||||
background-color: black;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rainbow {
|
.rainbow {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user