1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-06 12:27:56 +00:00
Files
random-stuff/dotfiles/gtk.css
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;
}