Remove long winded installation guide

Add config guide
Minor changes to default config
This commit is contained in:
knotteye
2019-10-05 15:11:03 -05:00
parent cd8b9780d7
commit fad832fe38
7 changed files with 32 additions and 65 deletions

View File

@ -1,10 +1,10 @@
body {
color: white;
background-color: #1f1f1f;
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
}
a {
color: #368cf3;
color: #074115;
text-decoration: none;
}
@ -52,7 +52,7 @@ a {
#footer {
text-align: center;
color: #bdbdbd;
color: #000000;
}
#footer > div {