mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 16:08:58 +01:00
21 lines
494 B
CSS
21 lines
494 B
CSS
.info-bar {
|
|
--link-color: var(--main-text-color);
|
|
|
|
margin-top: 4px;
|
|
contain: unset !important;
|
|
padding: 8px 20px;
|
|
color: var(--read-only-note-info-bar-color);
|
|
font-size: .9em;
|
|
}
|
|
|
|
.info-bar-prominent {
|
|
background: var(--alert-bar-background, var(--accented-background-color));
|
|
}
|
|
|
|
.info-bar-subtle {
|
|
color: var(--muted-text-color);
|
|
border-bottom: 1px solid var(--main-border-color);
|
|
margin-block: 0;
|
|
margin-inline: 10px;
|
|
padding-inline: 12px;
|
|
} |