💄 feat(theme): 页面主题切换完成

This commit is contained in:
BTMuli
2023-04-22 00:24:40 +08:00
parent 857cdec786
commit 277888dead
24 changed files with 277 additions and 87 deletions

View File

@@ -1,12 +1,13 @@
/*
* @description 米游社解析 css
* @since Alpha v0.1.1
* @since Alpha v0.1.3
*/
/* todo scoped 不生效 */
.mys-post-body {
margin: 20px auto;
width: 800px;
font-family: "Genshin-Light", serif;
color: var(--post-default-text);
}
:deep(.mys-post-div) {
@@ -69,7 +70,7 @@
padding: 10px;
border-radius: 10px;
display: flex;
background: #faf7e8;
background: var(--content-bg-2);
}
:deep(.mys-post-unknown) {