mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
style(next): text notes: fix the table caption colors on dark theme
This commit is contained in:
parent
d9f37dfc19
commit
36b138655c
@ -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;
|
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
|
* Search in text panel
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user