From a73e8940626a03701522d08527154cb9e4a81899 Mon Sep 17 00:00:00 2001 From: vvveiii Date: Tue, 4 Feb 2020 10:46:43 +0800 Subject: [PATCH] update body background-color --- assets/css/dark-style.css | 2 +- assets/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css index 53093f4e..5b2a7968 100644 --- a/assets/css/dark-style.css +++ b/assets/css/dark-style.css @@ -1,6 +1,6 @@ body { color: rgba(255,255,255,.85); - background-color: #2c2c2e; + background-color: #232325; } mark, diff --git a/assets/css/style.css b/assets/css/style.css index 2e09225b..b1e05527 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -16,7 +16,7 @@ html { body { display: block; color: rgba(0,0,0,.85); - background-color: #f2f2f6; + background-color: #f9f9fd; word-break: normal; word-wrap: break-word;