style(next): text notes: fix the table caption colors on dark theme

This commit is contained in:
Adorian Doran 2025-02-05 02:38:15 +02:00
parent d9f37dfc19
commit 36b138655c

View File

@ -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
*/