mirror of
https://github.com/zadam/trilium.git
synced 2025-12-28 02:04:26 +01:00
fix(toast): unreadable buttons on light theme
This commit is contained in:
parent
1185d4b10b
commit
4e5c97d548
@ -54,6 +54,16 @@
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
justify-content: space-between;
|
||||
|
||||
.btn {
|
||||
color: var(--bs-toast-color);
|
||||
background: var(--modal-control-button-background);
|
||||
|
||||
&:hover {
|
||||
background: var(--modal-control-button-hover-background);
|
||||
color: var(--bs-toast-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.toast-progress {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user