Skip to content

Commit 81f2346

Browse files
fix font colour for list items
1 parent d06ef6e commit 81f2346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theming/rules/_quarto-tweaks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ h6 {
88
border-bottom-color: $btn-border-color;
99
}
1010

11-
p {
11+
p, li {
1212
color: $text-muted !important;
1313
}
1414

0 commit comments

Comments
 (0)