支持 post&anno share

This commit is contained in:
BTMuli
2023-06-16 16:01:11 +08:00
parent 1eb78db08c
commit 5393dc1bb5
8 changed files with 99 additions and 18 deletions

View File

@@ -1,12 +1,14 @@
/*
* @file assets css post-parser.css
* @description 米游社解析 css
* @since Alpha v0.1.3
* @author BTMuli <bt-muli@outlook.com>
* @since Alpha v0.2.0
*/
.mys-post-body {
margin: 20px auto;
margin: 0 auto;
width: 800px;
font-family: "Genshin-Light", serif;
font-family: var(--font-text);
color: var(--post-default-text);
}