diff options
| author | verdant <im@verdant.ee> | 2026-05-30 14:23:48 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-05-30 14:28:35 +0800 |
| commit | dd171b9c968202c5f83c34e78aea46784defdf9f (patch) | |
| tree | aeb42e37a9970ed7c3bae71ed34f8bf3b285d5aa /static | |
| parent | 45b6c01d08abd2e4961cba3a0c8dfcc78fe886e7 (diff) | |
| download | blog-dd171b9c968202c5f83c34e78aea46784defdf9f.tar.gz blog-dd171b9c968202c5f83c34e78aea46784defdf9f.zip | |
Modify body backgrount color
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 16dbe65..1f9ca26 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -19,7 +19,7 @@ /* --body-bg-color: #fbf8f2; */ /* --body-bg-color: #fff; */ - --body-bg-color: #eee; + --body-bg-color: white; --bold-text-color: #1e1e1e; --body-text-color: #2b2b2b; |
