mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
♻️ 改了一些组件
This commit is contained in:
@@ -2,25 +2,24 @@
|
||||
* @file assets css post-parser.css
|
||||
* @description 米游社解析 css
|
||||
* @author BTMuli <bt-muli@outlook.com>
|
||||
* @since Alpha v0.2.0
|
||||
* @since Beta v0.3.0
|
||||
*/
|
||||
|
||||
.mys-post-body {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
color: var(--post-default-text);
|
||||
font-family: var(--font-text);
|
||||
}
|
||||
|
||||
.mys-post-title {
|
||||
color: var(--common-text-title);
|
||||
font-family: var(--font-title);
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.mys-post-subtitle {
|
||||
color: var(--common-text-quote);
|
||||
font-size: 16px;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.mys-post-content {
|
||||
|
||||
@@ -56,7 +56,6 @@ html.dark {
|
||||
--common-text-quote: var(--tgc-dark-7); /* quote */
|
||||
|
||||
--back-top-shadow: #000000;
|
||||
--theme-switch-icon: #e1e1e1;
|
||||
--post-default-text: #faf7e8;
|
||||
|
||||
--content-bg-2: #393b40;
|
||||
|
||||
@@ -52,7 +52,6 @@ html.default {
|
||||
--common-text-quote: var(--common-color-blue-3); /* quote todo */
|
||||
|
||||
--back-top-shadow: #546d8b;
|
||||
--theme-switch-icon: #393b40;
|
||||
--post-default-text: #1e1e1e;
|
||||
|
||||
--content-bg-2: #faf7e8;
|
||||
|
||||
Reference in New Issue
Block a user