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

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authornanxiaobei <nanxiaobei@gmail.com>2019-10-16 22:02:52 +0300
committernanxiaobei <nanxiaobei@gmail.com>2019-10-16 22:02:52 +0300
commitde97f07a14bf8a2c4c0a382fe235158d99a4ea4c (patch)
tree2073c46867d307e4676f46648330d3336808e300 /static
parentc163b43b9af8c65f0d40e000635823cadb2484c4 (diff)
Update light background
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 012be40..7d5c453 100644
--- a/static/style.css
+++ b/static/style.css
@@ -3,7 +3,7 @@
* A simple, clean, flexible Hugo theme
* https://github.com/nanxiaobei/hugo-paper
* Designed by MR.LEE (https://mrlee.me/)
- * Updated in 2019.10.15
+ * Updated in 2019.10.17
*/
/* Theme
@@ -37,7 +37,7 @@
--border: #5f5f5f;
}
.list {
- background: linear-gradient(135deg, #e2e2e2, #f8f8f8, #ddd);
+ background: linear-gradient(135deg, #ddd, #f5f5f5, #d5d5d5);
}
.dark.list {
background: linear-gradient(135deg, #1c1c1c, #2a2a2a, #000);