Update css and README

This commit is contained in:
Dave Gallant
2022-09-02 13:48:40 +00:00
parent d0427e85f6
commit 0d80d4de3b
3 changed files with 26 additions and 10 deletions

View File

@@ -4,6 +4,13 @@
body {
background-color: black;
max-width: 100%;
}
html {
background-color: #282828; /**/
color: #ebdbb2; /**/
min-width: 100%;
}
.thead {
@@ -163,10 +170,6 @@ h6 {
font-family: "PT Sans Narrow", sans-serif;
font-weight: 700;
}
html {
background-color: #282828; /**/
color: #ebdbb2; /**/
}
body {
background-color: #3c3836; /**/
margin: 0 auto;