Dark theme
This commit is contained in:
parent
32818dacf1
commit
5be39c3882
14 changed files with 254 additions and 281 deletions
23
layouts/partials/dark.css
Normal file
23
layouts/partials/dark.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
--font-color: #eee;
|
||||
--bg-color: #212121;
|
||||
|
||||
--link-color:#599ada;
|
||||
--link-state-color:#ff5858;
|
||||
--link-state-border-color: rgba(238, 54, 54, 0.5);
|
||||
|
||||
--thead-bg-color: #343a40;
|
||||
--table-border-color: lightgrey;
|
||||
|
||||
--pre-color: #333;
|
||||
--pre-bg-color: #f1f1f1;
|
||||
|
||||
--bq-color: #ccc;
|
||||
--hr-color: #ccc;
|
||||
|
||||
--pagination-bg-color: #373737;
|
||||
--pagination-link-color: #b6b6b6;
|
||||
|
||||
--post-info-color: grey;
|
||||
|
||||
--switcher-color: #333;
|
||||
--switcher-bg-color: #fff;
|
Loading…
Add table
Add a link
Reference in a new issue