dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/gtk-3.0/gtk.css

18 lines
245 B
CSS
Raw Normal View History

2017-02-20 23:39:22 +00:00
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}
window decoration {
margin: 0;
}
VteTerminal, vte-terminal {
padding: 8px;
}