-
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
2 changed files
with
6 additions
and
3 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/* | ||
* @file assets css post-parser.css | ||
* @description 米游社解析 css | ||
* @todo 需要完善 | ||
* @author BTMuli <[email protected]> | ||
* @since Beta v0.3.0 | ||
*/ | ||
|
@@ -85,8 +86,9 @@ | |
width: 800px; | ||
height: 200px; | ||
padding: 10px; | ||
border: 1px solid var(--common-shadow-1); | ||
border-radius: 10px; | ||
background: var(--content-bg-2); | ||
background: var(--box-bg-1); | ||
} | ||
|
||
:deep(.mys-post-unknown) { | ||
|
@@ -121,8 +123,8 @@ | |
|
||
:deep(.mys-post-link-card-title) { | ||
height: 150px; | ||
color: #546d8b; | ||
font-family: Genshin, serif; | ||
color: var(--common-text-title); | ||
font-family: var(--font-title); | ||
font-size: 20px; | ||
} | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/** | ||
* @file web utils parseAnno.ts | ||
* @description 解析游戏内公告数据 | ||
* @todo 需要完善 | ||
* @author BTMuli <[email protected]> | ||
* @since Alpha v0.2.0 | ||
*/ | ||
|