mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
style/badges: tweak appearance
This commit is contained in:
parent
1af8edfe4d
commit
34b89cf2e8
@ -26,10 +26,6 @@
|
|||||||
--bs-body-color: var(--main-text-color) !important;
|
--bs-body-color: var(--main-text-color) !important;
|
||||||
--bs-body-bg: var(--main-background-color) !important;
|
--bs-body-bg: var(--main-background-color) !important;
|
||||||
--ck-mention-list-max-height: 500px;
|
--ck-mention-list-max-height: 500px;
|
||||||
|
|
||||||
--tn-bs-badge-background: var(--accented-background-color);
|
|
||||||
--bs-badge-color: var(--menu-text-color);
|
|
||||||
--bs-badge-font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
@ -197,8 +193,10 @@ samp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
|
--bs-badge-color: var(--muted-text-color);
|
||||||
|
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
background: var(--tn-bs-badge-background);
|
background: var(--accented-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-text {
|
.input-group-text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user