mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: Use theme --bg instead of a hardcoded color
This commit is contained in:
parent
3d178fec6c
commit
cce9dc21cf
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ onBeforeUnmount(() => {
|
|||
}
|
||||
|
||||
.blocking {
|
||||
background-color: rgb(25, 23, 36) !important;
|
||||
background-color: var(--bg) !important;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue