Skip to content

Commit 5860da2

Browse files
committed
feat: styling for new footnote view core plugin
1 parent ba31877 commit 5860da2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

source/2-variables/variables.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

source/6-plugins/core_plugins.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)