tarch-configs/configs/gtk-3.0/gtk.css

15 lines
211 B
CSS
Raw Normal View History

2024-02-21 10:26:43 +03:00
VteTerminal, vte-terminal {
padding: 12px;
}
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}