diff options
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 81c745f..2a5ea6a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -30,7 +30,7 @@ } body { - background: #fffaef; + background: #fbf7f0; color: DarkSlateGrey; font-family: Charter, serif; font-size: 16px; |