Lots of updates.

This commit is contained in:
Derek Taylor
2020-03-19 14:50:17 -05:00
parent 55f24bf77c
commit 3814732157
55 changed files with 981 additions and 7944 deletions

View File

@@ -1,32 +1,41 @@
body {
background-color: #292d3e !important;
color: #eee !important;
font-size: 13px;
background-color: #282a36 !important;
color: #d0d0d0 !important;
}
#header {
background-color: #292d3e !important;
background-color: #282a36 !important;
clear: both;
color: #BD93F9 !important;
color: #c3e88d !important;
}
a {
color: #82aaff !important;
}
#header a {
color: #e1acff !important;
}
#menu {
clear: both;
color: #069;
clear: both;
color: #c792ea;
font-weight: bold;
overflow: hidden;
background-color: #17a;
padding: 0.7ex;
border: 0px !important;
}
a {
color: #BD93F9 !important;
}
#header a {
color: #BD93F9 !important;
}
#menu a {
color: #F8F8F2 !important;
color: #d0d0d0 !important;
}
#nav li a:hover {
background-color: #282a36 !important;
}
h1, h2 {
color: #f07178 !important;
}