From 3c26a300bd5f284d8658ae58d2aa6e3e38641b98 Mon Sep 17 00:00:00 2001 From: signebedi Date: Wed, 26 Jun 2024 12:24:29 -0500 Subject: [PATCH] Fixed: color issue in dark mode (#295) --- libreforms_fastapi/app/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/libreforms_fastapi/app/static/css/style.css b/libreforms_fastapi/app/static/css/style.css index aa4d478..4ce822e 100644 --- a/libreforms_fastapi/app/static/css/style.css +++ b/libreforms_fastapi/app/static/css/style.css @@ -144,6 +144,7 @@ body { margin: 10px 0; border-radius: 5px; background-color: #f9f9f9; + color: black; } .admonition-title {