mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-20 13:28:21 +02:00
fix: accordion bg color (#449)
This commit is contained in:
parent
e3ba725680
commit
c3159a252e
1 changed files with 4 additions and 0 deletions
|
|
@ -204,6 +204,10 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] .overlayContainer .accountItem > h2 > button {
|
||||
background-color: var(--bs-accordion-bg);
|
||||
}
|
||||
|
||||
.overlayContainer .accountItem :global .container-fluid {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue