mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-09-07 07:18:03 +00:00
Remove long winded installation guide
Add config guide Minor changes to default config
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user