From cc263c77ed72d5df74b90018aba4e2fd502e7b78 Mon Sep 17 00:00:00 2001 From: daleclack Date: Tue, 6 Feb 2024 12:04:12 +0800 Subject: [PATCH] Fix light style --- Gtk4_Reset/res/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gtk4_Reset/res/style.css b/Gtk4_Reset/res/style.css index 6d119bc..06cb567 100644 --- a/Gtk4_Reset/res/style.css +++ b/Gtk4_Reset/res/style.css @@ -22,21 +22,26 @@ /* Background color in the box should be transparent*/ .default_style box { background-color: transparent; + color: black; } .default_style separator { background-color: transparent; + color: black; } .default_style grid { background-color: transparent; + color: black; } .default_style stackswitcher { color: transparent; background-color: transparent; + color: black; } .default_style gridview{ background-color: transparent; + color: black; } \ No newline at end of file