Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-02-04 05:46:43 +0300
committervvveiii <cntrump@gmail.com>2020-02-04 05:46:43 +0300
commita73e8940626a03701522d08527154cb9e4a81899 (patch)
tree3145beac2362bc98e6408eaf0f724f8479e44d3a
parent5e11e4db3529afc41f4fb76fe0ab014c8d78a1e2 (diff)
update body background-colorv2.4.0
-rw-r--r--assets/css/dark-style.css2
-rw-r--r--assets/css/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 53093f4..5b2a796 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 2e09225..b1e0552 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;