diff options
-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; |