Skip to content

Commit

Permalink
color tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Aug 16, 2023
1 parent 8065d5e commit e2dba09
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
:root {
--page: #222;
--text: #CCC;
--link-default: #AAE;
--link-visited: #DAE;
--link-default: #BBF;
--link-visited: #EAF;

--title: #222;
--title-border: #444;
--title: #333;
--title-border: #555;

--header: #333;
--header-border: #555;
--header: #444;
--header-border: #666;

--block: #444;
--block-border: #666;
--block: #555;
--block-border: #777;

--zebra-border: #777;
--zebra-header: #444;
Expand Down

0 comments on commit e2dba09

Please sign in to comment.