Fixes miscoloring meta

This commit is contained in:
Zef Hemel
2023-08-21 16:37:10 +02:00
parent 688985c133
commit 38a95d2382
2 changed files with 25 additions and 14 deletions
+2 -7
View File
@@ -206,16 +206,11 @@
}
}
/* Color list item this way */
.sb-line-li .sb-meta {
/* Color list items when the cursor is on it */
.sb-li-cursor .sb-meta {
color: var(--editor-line-meta-color);
}
/* Then undo other meta */
.sb-line-li .sb-meta~.sb-meta {
color: var(--editor-meta-color);
}
.sb-table-widget {
thead tr {
background-color: var(--editor-table-head-background-color);