mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix background/border on quick help dialog, closes #440
This commit is contained in:
parent
a432ad7483
commit
37d2a7939c
@ -911,3 +911,8 @@ a.external:after, a[href^="http://"]:after, a[href^="https://"]:after {
|
|||||||
content: "\2197";
|
content: "\2197";
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
background-color: inherit !important;
|
||||||
|
border-color: var(--main-border-color) !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user