From 81f2346415d5ea2d8e54400dc00758a993ba5f9a Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Mon, 20 Oct 2025 18:12:40 +0530 Subject: [PATCH] fix font colour for list items --- theming/rules/_quarto-tweaks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theming/rules/_quarto-tweaks.scss b/theming/rules/_quarto-tweaks.scss index 22248fffa..13dbcdea5 100644 --- a/theming/rules/_quarto-tweaks.scss +++ b/theming/rules/_quarto-tweaks.scss @@ -8,7 +8,7 @@ h6 { border-bottom-color: $btn-border-color; } -p { +p, li { color: $text-muted !important; }