♻️ confirm 组件样式调整

This commit is contained in:
BTMuli
2023-09-01 22:06:58 +08:00
parent 6f22326a88
commit 208aa7cc1a
4 changed files with 44 additions and 41 deletions

View File

@@ -49,7 +49,8 @@
--tgc-blue-3: #4b5466; /* Genshin icon bg */
--tgc-green-1: #238636; /* Github web btn */
--tgc-pink-1: #fb7299; /* Bilibili btn bg */
--tgc-yellow: #ffcd0c; /* Genshin btn bg */
--tgc-yellow-1: #ffcd0c; /* Genshin btn bg */
--tgc-yellow-2: #f4d8a8; /* Genshin confirm text */
}
html {

View File

@@ -17,12 +17,17 @@ html.dark {
--box-bg-1: var(--tgc-dark-5);
--box-bg-2: var(--tgc-dark-6);
--box-bg-3: var(--tgc-dark-7);
--box-bg-4: var(--tgc-dark-7);
/* box bg transparent */
--box-bg-t-4: var(--tgc-white-1);
/* text */
--box-text-1: var(--tgc-white-1);
--box-text-2: var(--tgc-white-2);
--box-text-3: var(--tgc-blue-1);
--box-text-4: var(--tgc-white-8);
--box-text-5: var(--tgc-yellow-1);
/* box-shadow */
--common-shadow-1: rgb(255 255 255 / 10%);

View File

@@ -17,12 +17,17 @@ html.default {
--box-bg-1: var(--tgc-white-3);
--box-bg-2: var(--tgc-white-7);
--box-bg-3: var(--tgc-white-9);
--box-bg-4: var(--tgc-white-1);
/* box bg transparent */
--box-bg-t-4: var(--tgc-dark-7);
/* box text */
--box-text-1: var(--tgc-dark-5);
--box-text-2: var(--tgc-dark-2);
--box-text-3: var(--tgc-blue-2);
--box-text-4: var(--tgc-blue-3);
--box-text-5: var(--tgc-yellow-2);
/* box-shadow */
--common-shadow-1: rgb(0 0 0 / 10%);