switch to light by default

This commit is contained in:
nate smith 2024-07-17 11:09:58 -05:00
parent adbdb8008d
commit 60a3b2c7e6

View File

@ -13,13 +13,13 @@
body {
font-family: "cutive", monospace;
font-size:125%;
background-color: black;
color: white;
background-image: url("/bg_dark.gif");
background-color: white;
color: black;
background-image: url("/bg_light.gif");
}
.main {
background-color: black;
background-color: white;
border: 1px solid grey;
padding: 5px
}
@ -31,12 +31,12 @@ body {
}
h1 {
background-color: black;
background-color: white;
}
a {
color: white;
color: black;
}
.controls {
@ -46,7 +46,7 @@ a {
}
.controls form {
background-color: black;
background-color: white;
}
.rainbow {