0628 更新

This commit is contained in:
OLDREDSTONE
2025-06-28 16:48:49 +08:00
parent 5dab36288b
commit c7b6c35ddc
17 changed files with 88 additions and 28 deletions
+3 -3
View File
@@ -114,9 +114,9 @@ div.theme-positions>.infobox {
width: max-content;
height: max-content;
padding: 3px;
border: 2px solid #535353;
border: 2px solid var( --background-border-color);
border-radius: 2px;
background-color: #363636;
background-color: var(--background-color);
text-align: center;
z-index: 20;
font-size: 15px;
@@ -130,7 +130,7 @@ div.theme-positions>.infobox {
font-weight: bold;
&.c {
background-color: #177500;
background-color: var(--special-theme-position-backgound-color);
border-radius: 3px;
}
}