diff options
author | petrus comestor <petrus@comestor.org> | 2024-03-17 03:37:20 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-03-17 03:37:20 -0400 |
commit | 4acf6b8f21c01d491e53c7f53ea0437bb0d1309d (patch) | |
tree | a99edefadeb055d197a3eed2b2129f5f3b6c5dab | |
parent | 7ed9def29d57e17a810cf6b3a254c6424dab758e (diff) |
marthas
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 23a689d..27620fa 100644 --- a/static/styles.css +++ b/static/styles.css @@ -30,7 +30,7 @@ } body { - background: #fffaef; + background: #fdfdfd; color: DarkSlateGrey; font-family: Charter, serif; font-size: 16px; @@ -41,7 +41,7 @@ body { } .container { - background: #fffaef; + background: #fdfdfd; text-align: left; padding: 1em; padding-bottom: 1.4em; |