💄 参照 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,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;
}