mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-04 03:49:47 -06:00
style(next): text notes: fix the table caption colors on dark theme
This commit is contained in:
@@ -127,6 +127,13 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
||||
border-top: 1px solid var(--main-border-color) !important;
|
||||
}
|
||||
|
||||
/* Table caption */
|
||||
|
||||
.ck-content .table > figcaption {
|
||||
background: var(--accented-background-color);
|
||||
color: var(--main-text-color);
|
||||
}
|
||||
|
||||
/*
|
||||
* Search in text panel
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user