diff options
author | Joaquín Aguirrezabalaga <kinote@kinote.org> | 2024-10-30 12:39:41 +0100 |
---|---|---|
committer | Joaquín Aguirrezabalaga <kinote@kinote.org> | 2024-10-30 12:39:41 +0100 |
commit | a66f0543020a899f325c41e89861dd2616cbd8e4 (patch) | |
tree | a9648e1bdf5b8ae587cffb6b4a184137dd4f5350 | |
parent | 7d0bbf2889d907480ba7d05ed72238097c7f9716 (diff) | |
download | dotfiles-main.tar.gz dotfiles-main.zip |
-rw-r--r-- | config/gtk-4.0/gtk.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gtk-4.0/gtk.css b/config/gtk-4.0/gtk.css index 9626c46..07f0a6a 100644 --- a/config/gtk-4.0/gtk.css +++ b/config/gtk-4.0/gtk.css @@ -4,6 +4,6 @@ box-shadow: 0 0 0 0; } -decoration { - border-radius: 0px; +decoration, window, window.background { + border-radius: 0px; } |