From 9308df14eb2cdb27b60d0e2d829642bfadb1f67e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 27 Jun 2023 14:46:47 +0530 Subject: [PATCH] font color change --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e82ec88..edd8374 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ */ /* Default Nextcloud (v25) theme variables and colors */ -:root, [data-theme-light] { +:root, [data-theme-light], [data-theme-light-highcontrast] { --main-color: var(--color-main-text); --main-bg-color: var(--color-main-background); --main-bg-image: none; -- GitLab