|
@@ -1,17 +1,17 @@
|
|
|
html[data-theme="light"]{
|
|
|
- --body-background-color:rgba(255, 255, 255, 0.333);
|
|
|
- --font-color:rgb(2, 2, 2);
|
|
|
- --a-color:rgba(71, 220, 71, 0.133);
|
|
|
+ --body-background-color:#DED8D4;
|
|
|
+ --font-color:#121929;
|
|
|
+ --a-color:#862930;
|
|
|
--a-link-color:rgba(71, 220, 71, 0.133);
|
|
|
--a-hover-color:rgba(71, 220, 71, 0.133);
|
|
|
- --a-active-color:rgba(71, 220, 71, 0.133);
|
|
|
- --a-visited-color:rgba(71, 220, 71, 0.133);
|
|
|
+ --a-active-color:#862930;
|
|
|
+ --a-visited-color:#862930;
|
|
|
}
|
|
|
html[data-theme="dark"]{
|
|
|
--body-background-color:#121929;
|
|
|
--font-color:#DED8D4;
|
|
|
--a-color:#DED8D4;
|
|
|
- --a-link-color:rgba(71, 220, 71, 0.133);
|
|
|
+ --a-link-color:#862930;
|
|
|
--a-hover-color:#862930;
|
|
|
--a-active-color:#DED8D4;
|
|
|
--a-visited-color:#DED8D4;
|