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