Update light background
This commit is contained in:
parent
c163b43b9a
commit
de97f07a14
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
* A simple, clean, flexible Hugo theme
|
* A simple, clean, flexible Hugo theme
|
||||||
* https://github.com/nanxiaobei/hugo-paper
|
* https://github.com/nanxiaobei/hugo-paper
|
||||||
* Designed by MR.LEE (https://mrlee.me/)
|
* Designed by MR.LEE (https://mrlee.me/)
|
||||||
* Updated in 2019.10.15
|
* Updated in 2019.10.17
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Theme
|
/* Theme
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
--border: #5f5f5f;
|
--border: #5f5f5f;
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
background: linear-gradient(135deg, #e2e2e2, #f8f8f8, #ddd);
|
background: linear-gradient(135deg, #ddd, #f5f5f5, #d5d5d5);
|
||||||
}
|
}
|
||||||
.dark.list {
|
.dark.list {
|
||||||
background: linear-gradient(135deg, #1c1c1c, #2a2a2a, #000);
|
background: linear-gradient(135deg, #1c1c1c, #2a2a2a, #000);
|
||||||
|
|
Loading…
Reference in a new issue