Skip to content

Commit e3582bf

Browse files
committed
style(theme): improve dark-theme styles
1 parent b215dab commit e3582bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/_themes.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
:root [data-theme=dark] {
8787
--color-basic-base: #aab2b9;
8888
--color-basic-headings: #989da1;
89+
--color-basic-archives-link: #a05151;
8990
--color-basic-link: #b44b30;
9091
--color-basic-unstyled-link: #b44b30;
9192
--code-basic-background-color: #494949;
@@ -105,6 +106,11 @@
105106
--cover-meta-color: #d4d4d4;
106107
--cover-tag-link-color: #d4d4d4;
107108

109+
--tag-front-color: #d86666;
110+
--tag-front-hover-color: #ffffff;
111+
--tag-background-color: #583131;
112+
--tag-background-hover-color: #910909;
113+
108114
--footer-backgrount-color: #140f16;
109115

110116
--highlight-base: #cacaca;

0 commit comments

Comments
 (0)