mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 23:51:57 +01:00
13 lines
135 B
CSS
13 lines
135 B
CSS
decoration {
|
|
box-shadow: none;
|
|
}
|
|
|
|
decoration:backdrop {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.titlebar,
|
|
.titlebar .background {
|
|
border-radius: 0;
|
|
}
|