1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +01:00
github.com-nboughton-dotfiles/gtk-3.0/gtk.css
Nick Boughton e9c8986fb8 sad kitty
2021-06-16 14:20:24 +01:00

24 lines
337 B
CSS

.window-frame, .window-frame:backdrop {
box-shadow: none;
border-style: none;
margin: 0;
border-radius: 0px;
}
.titlebar,
.titlebar .background {
border-radius: 0px;
box-shadow: none;
}
.window-frame.csd.popup {
box-shadow: none;
}
.header-bar {
background-image: none;
background-color: #061921;
box-shadow: none;
}