mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix line color (#9997)
This commit is contained in:
parent
2d6f2c1568
commit
533af79d4b
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ function readPromo() {
|
|||
display: block;
|
||||
margin-bottom: -10px;
|
||||
margin-top: 16px;
|
||||
border-left: 2px solid var(--divider);
|
||||
border-left: 2px solid var(--X13);
|
||||
margin-left: calc((var(--avatarSize) / 2) - 1px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue