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:
-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;