1 parent b215dab commit e3582bfCopy full SHA for e3582bf
1 file changed
src/styles/_themes.scss
@@ -86,6 +86,7 @@
86
:root [data-theme=dark] {
87
--color-basic-base: #aab2b9;
88
--color-basic-headings: #989da1;
89
+ --color-basic-archives-link: #a05151;
90
--color-basic-link: #b44b30;
91
--color-basic-unstyled-link: #b44b30;
92
--code-basic-background-color: #494949;
@@ -105,6 +106,11 @@
105
106
--cover-meta-color: #d4d4d4;
107
--cover-tag-link-color: #d4d4d4;
108
109
+ --tag-front-color: #d86666;
110
+ --tag-front-hover-color: #ffffff;
111
+ --tag-background-color: #583131;
112
+ --tag-background-hover-color: #910909;
113
+
114
--footer-backgrount-color: #140f16;
115
116
--highlight-base: #cacaca;
0 commit comments