Use dark theme

This commit is contained in:
Spotlight 2021-05-26 15:30:00 -05:00
commit 5fc291c0ec
No known key found for this signature in database
GPG key ID: 874AA355B3209BDC

View file

@ -1,6 +1,8 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: #000000;
color: white;
}
/* For navbar */
@ -185,6 +187,10 @@ li {
padding-bottom: 5px;
}
.section a {
color: #01cb2b;
}
.faq {
padding-left: 40px;
padding-right: 40px;