💄 改了点样式

This commit is contained in:
BTMuli
2023-09-04 21:16:29 +08:00
parent a020a0193e
commit e834758565
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
/*
* @file assets css post-parser.css
* @description 米游社解析 css
* @todo 需要完善
* @author BTMuli <bt-muli@outlook.com>
* @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;
}