File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ body {
188188 --nav-indentation-guide-color : var (--text-faint );
189189
190190 /* Embeds */
191- --embed-background : var (--bg2 );
192191 --embed-border : 4px double var (--basic-border-color );
193192 --embed-border-start : var (--embed-border );
194193 --embed-border-end : var (--embed-border );
Original file line number Diff line number Diff line change @@ -284,3 +284,10 @@ body:not(.show-outline-buttons) .workspace-leaf-content[data-type="outline"] .na
284284 flex-grow : 1 ;
285285 margin : 4px 0 ;
286286}
287+ /* ────────────────────────────────────────────────────────────────────────── */
288+ /* footnotes view */
289+
290+ /* alternating row colors */
291+ .footnotes-view .footnotes-list .footnote-list-item : nth-child (odd) {
292+ background-color : var (--a-row );
293+ }
You can’t perform that action at this time.
0 commit comments