diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-06-12 18:24:52 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-06-12 18:24:52 +0200 |
commit | 622d15d72eba35ab2b30d9e77035b6d62d2b984e (patch) | |
tree | d7b1806c9bb372c4408d93924cb78d6ecc4547ce | |
parent | license typo (diff) | |
download | pyreplacessg-master.tar.gz pyreplacessg-master.zip |
-rw-r--r-- | permanent/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/permanent/style.css b/permanent/style.css index 3b0fece..a8f96ea 100644 --- a/permanent/style.css +++ b/permanent/style.css @@ -57,7 +57,7 @@ nav { height: 2.25em; padding: 0; margin: 0; - background-color: #800000; + background-color: #005792; } nav ul { list-style-type: none; @@ -100,7 +100,7 @@ header { text-align: center; } -#content { +#main { padding: 1px 3% 0; } |