💄 参照 anno 美化 post

This commit is contained in:
BTMuli
2023-06-16 17:15:22 +08:00
parent 029377b3cf
commit bd75cc432c
4 changed files with 44 additions and 14 deletions

View File

@@ -12,17 +12,14 @@
}
.anno-title {
font-family: Genshin, serif;
color: #5b738f;
font-family: var(--font-title);
color: var(--common-text);
font-size: 24px;
font-weight: 500;
margin-bottom: 8px;
}
.anno-subtitle {
font-size: 16px;
color: #a1aeb6;
margin-bottom: 16px;
color: var(--common-text-3);
}
.anno-img {

View File

@@ -12,6 +12,21 @@
color: var(--post-default-text);
}
.mys-post-title {
font-family: var(--font-title);
color: var(--common-text);
font-size: 24px;
}
.mys-post-subtitle {
font-size: 16px;
color: var(--common-text-3);
}
.mys-post-content {
line-height: 2;
}
:deep(.mys-post-div) {
margin: 20px auto;
}