From 807d0d080cd34748bb0440576309867cd46ffbdc Mon Sep 17 00:00:00 2001 From: Hans-Martin von Gaudecker Date: Tue, 3 Dec 2024 11:49:42 +0100 Subject: [PATCH] Apply @0AhmadKhan's [suggestion](https://github.com/OpenSourceEconomics/epp_topics/issues/48#issuecomment-2514172142). --- src/epp_topics/_static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/epp_topics/_static/custom.css b/src/epp_topics/_static/custom.css index 8b0574d..b881f8e 100644 --- a/src/epp_topics/_static/custom.css +++ b/src/epp_topics/_static/custom.css @@ -37,6 +37,10 @@ --bs-table-bg: hsl(0, 0%, 12%) !important; } +[data-theme='dark'] .next { + color: var(--pst-color-text-base) !important; +} + /* Set color of quiz for dark thme */ html[data-theme=dark] .bd-content div.cell_output .text_html:not(:has(table.dataframe)) {