summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorpetrus comestor <petrus@comestor.org>2024-03-17 03:37:20 -0400
committerpetrus comestor <petrus@comestor.org>2024-03-17 03:37:20 -0400
commit4acf6b8f21c01d491e53c7f53ea0437bb0d1309d (patch)
treea99edefadeb055d197a3eed2b2129f5f3b6c5dab /static/styles.css
parent7ed9def29d57e17a810cf6b3a254c6424dab758e (diff)
marthas
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css4
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;