dotfiles/.config/luakit/styles/no_rounded_corners.css

6 lines
89 B
CSS

@-moz-document regexp(".*") {
:root * {
border-radius: 0 !important;
}
}