-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,24 @@ | |
* @file assets css post-parser.css | ||
* @description 米游社解析 css | ||
* @author BTMuli <[email protected]> | ||
* @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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters