🚚 重命名&美化

This commit is contained in:
BTMuli
2023-06-26 14:48:37 +08:00
parent 6b67953cfe
commit ff293d0006
19 changed files with 71 additions and 69 deletions

View File

@@ -13,13 +13,13 @@
.anno-title {
font-family: var(--font-title);
color: var(--common-text);
color: var(--common-text-title);
font-size: 24px;
}
.anno-subtitle {
font-size: 16px;
color: var(--common-text-3);
color: var(--common-text-quote);
}
.anno-img {

View File

@@ -14,13 +14,13 @@
.mys-post-title {
font-family: var(--font-title);
color: var(--common-text);
color: var(--common-text-title);
font-size: 24px;
}
.mys-post-subtitle {
font-size: 16px;
color: var(--common-text-3);
color: var(--common-text-quote);
}
.mys-post-content {

View File

@@ -7,14 +7,20 @@
/* 主题色 */
html.dark {
--common-bg: rgb(255 255 255 / 10%);
--common-bg-2: rgb(255 255 255 / 20%);
--common-bg-4: rgb(255 255 255 / 40%);
--common-bg-8: rgb(255 255 255 / 80%);
/* box-shadow */
--common-shadow-1: rgb(255 255 255 / 10%);
--common-shadow-2: rgb(255 255 255 / 20%);
--common-shadow-4: rgb(255 255 255 / 40%);
--common-shadow-8: rgb(255 255 255 / 80%);
--common-text: var(--common-color-white); /* title */
--common-text-2: var(--common-color-white); /* text */
--common-text-3: var(--common-color-grey); /* quote */
/* box bg */
--common-bg-1: #3d424b; /* 一级背景色 */
--common-bgt-1: #faf7e8; /* 一级背景色对应的文本色 */
/* text */
--common-text-title: var(--common-color-white); /* title */
--common-text-content: var(--common-color-white); /* text */
--common-text-quote: var(--common-color-grey); /* quote */
--calendar-btn-bg: #1e1e1e;
--back-top-shadow: #000000;

View File

@@ -7,14 +7,19 @@
/* 主题色 */
html.default {
--common-bg: rgb(0 0 0 / 10%);
--common-bg-2: rgb(0 0 0 / 20%);
--common-bg-4: rgb(0 0 0 / 40%);
--common-bg-8: rgb(0 0 0 / 80%);
/* box-shadow */
--common-shadow-1: rgb(0 0 0 / 10%);
--common-shadow-2: rgb(0 0 0 / 20%);
--common-shadow-4: rgb(0 0 0 / 40%);
--common-shadow-8: rgb(0 0 0 / 80%);
--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 */
/* box bg */
--common-bg-1: #faf7e8; /* 一级背景色 */
--common-bgt-1: #3d424b; /* 一级背景色对应的文本色 */
--common-text-title: #393b40; /* title */
--common-text-content: var(--common-color-blue-2); /* text */
--common-text-quote: var(--common-color-blue-3); /* quote */
--calendar-btn-bg: #393b40;
--back-top-shadow: #546d8b;