dotfiles/.config/gtk-3.0/gtk.css

11 lines
184 B
CSS
Raw Normal View History

2022-10-21 06:15:28 -04:00
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}
2023-05-03 05:06:15 -04:00
@import 'colors.css';