Files
random-stuff/dotfiles/gtk.css
T
2025-07-28 12:20:30 +01:00

9 lines
169 B
CSS

* {
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}