diff --git a/config/gtk3/gtk.css b/config/gtk3/gtk.css index 95cfd89..ffd9a66 100644 --- a/config/gtk3/gtk.css +++ b/config/gtk3/gtk.css @@ -3,8 +3,9 @@ border-radius: 0px; } -.window-frame, +window, decoration, +.window-frame, .window, .background, .titlebar, @@ -17,3 +18,4 @@ button, entry { border-radius: 0px; } + diff --git a/config/gtk4/gtk.css b/config/gtk4/gtk.css index f358bd2..3cad387 100644 --- a/config/gtk4/gtk.css +++ b/config/gtk4/gtk.css @@ -4,8 +4,8 @@ } window, -.window, decoration, +.window, .background, .titlebar, headerbar,