mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
💄 feat(theme): 页面主题切换完成
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user