forked from RDCNWebs/rd.rdlevel.cn
0628 更新
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user