mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 22:00:33 +08:00
style/badges: tweak appearance
This commit is contained in:
parent
1af8edfe4d
commit
34b89cf2e8
1 changed files with 3 additions and 5 deletions
|
|
@ -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…
Add table
Reference in a new issue