mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
fix(css): 应用整体色调调整
This commit is contained in:
@@ -136,17 +136,17 @@ async function toPost(pool: GachaCard) {
|
||||
|
||||
.pool-card {
|
||||
margin: 10px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
background: #546d8b;
|
||||
border-radius: 10px;
|
||||
color: #f4d8a8;
|
||||
color: #faf7e8;
|
||||
}
|
||||
|
||||
.pool-list {
|
||||
background: #76726c;
|
||||
background: #546d8b;
|
||||
}
|
||||
|
||||
.pool-list-item {
|
||||
background: #76726c;
|
||||
background: #546d8b;
|
||||
font-family: Genshin, serif;
|
||||
color: #fec90b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user