edit colors to more darker
This commit is contained in:
parent
1614217ed8
commit
837aa555a7
@ -5,5 +5,5 @@ draft = false
|
||||
|
||||
## Blog
|
||||
|
||||
Powered by Hugo with Anubis2 theme.<!--more-->
|
||||
Powered by Hugo with modified Anubis2 theme.
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
/* dark.css */
|
||||
--font-color: #dadadb;
|
||||
--bg-color: #1d1e20;
|
||||
/* --bg-color: #1d1e20; */
|
||||
--bg-color: #111111;
|
||||
|
||||
|
||||
--card-color: #2e2e33;
|
||||
--card-border-color: #333333;
|
||||
@ -12,7 +14,8 @@
|
||||
--thead-bg-color: #343a40;
|
||||
--table-border-color: lightgrey;
|
||||
|
||||
--nav-bg-color: #2e2e33;
|
||||
/* --nav-bg-color: #2e2e33; */
|
||||
--nav-bg-color: #191919;
|
||||
--nav-link-color: #b6b6b6;
|
||||
|
||||
--pre-color: #f8f8f2;
|
||||
|
Loading…
Reference in New Issue
Block a user