💄 卡片样式调整

This commit is contained in:
目棃
2024-03-21 20:18:15 +08:00
parent 8707a8288e
commit 1405b544be
3 changed files with 13 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
/*
* @file assets/css/post-parser.css
* @description 游戏公告解析 css
* @since Beta v0.4.4
* @since Beta v0.4.5
*/
.anno-body {
@@ -54,7 +54,7 @@
.anno-content :deep(details) {
padding: 10px;
border: #35acce 2px solid;
border: 1px var(--common-shadow-2) solid;
border-radius: 10px;
margin: 10px;
}
@@ -64,7 +64,7 @@
}
.anno-content :deep(details) ::marker {
color: #35acce;
color: var(--tgc-pink-1);
content: "✧";
}