mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +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;
|
||||
}
|
||||
|
||||
/* Table caption */
|
||||
|
||||
.ck-content .table > figcaption {
|
||||
background: var(--accented-background-color);
|
||||
color: var(--main-text-color);
|
||||
}
|
||||
|
||||
/*
|
||||
* Search in text panel
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user