Darker backgrounds
This commit is contained in:
parent
0c8cdd4816
commit
21b432154d
|
@ -10,7 +10,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: "Open Sans", "Lato", sans-serif;
|
font-family: "Open Sans", "Lato", sans-serif;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #2d2d2d;
|
background-color: #1d1d1d;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rise {
|
@keyframes rise {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: "Open Sans", "Lato", sans-serif;
|
font-family: "Open Sans", "Lato", sans-serif;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #2d2d2d;
|
background-color: #1d1d1d;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rise {
|
@keyframes rise {
|
||||||
|
|
Loading…
Reference in New Issue