mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
💄 美化深渊页面
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
--common-color-blue-2: #546d8b;
|
||||
--common-color-blue-3: #5b738f;
|
||||
--common-color-yellow: #fec90b;
|
||||
--common-color-grey: #96979a;
|
||||
--common-color-grey-2: #b3b3b3;
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
@@ -12,8 +12,9 @@ html.dark {
|
||||
--common-bg-4: rgb(255 255 255 / 40%);
|
||||
--common-bg-8: rgb(255 255 255 / 80%);
|
||||
|
||||
--common-text: var(--common-color-white);
|
||||
--common-text-2: var(--common-color-white);
|
||||
--common-text: var(--common-color-white); /* title */
|
||||
--common-text-2: var(--common-color-white); /* text */
|
||||
--common-text-3: var(--common-color-grey); /* quote */
|
||||
|
||||
--sidebar-bg: #1e1e1e;
|
||||
--sidebar-icon: #e1e1e1;
|
||||
|
||||
@@ -12,8 +12,9 @@ html.default {
|
||||
--common-bg-4: rgb(0 0 0 / 40%);
|
||||
--common-bg-8: rgb(0 0 0 / 80%);
|
||||
|
||||
--common-text: var(--common-color-blue);
|
||||
--common-text-2: var(--common-color-blue-2);
|
||||
--common-text: var(--common-color-blue); /* title */
|
||||
--common-text-2: var(--common-color-blue-2); /* text */
|
||||
--common-text-3: var(--common-color-blue-3); /* quote */
|
||||
|
||||
--sidebar-bg: #485466;
|
||||
--sidebar-icon: #ece5d8;
|
||||
|
||||
Reference in New Issue
Block a user