♻️ 改了一些组件

This commit is contained in:
BTMuli
2023-09-03 00:06:48 +08:00
parent 4debd354a7
commit faba854b74
7 changed files with 19 additions and 25 deletions

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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;