remove border on wofi

This commit is contained in:
Cyryl Płotnicki 2020-08-01 09:26:42 +01:00
parent e765a878be
commit 889f8566a6

View file

@ -22,13 +22,10 @@
@define-color accent @blue; @define-color accent @blue;
window { window {
/* borders aren't drawn by compositors so we do it */
border: 3px solid @accent;
border-radius: 0px;
background-color: alpha(@bg_color, 0.9); background-color: alpha(@bg_color, 0.9);
color: @base0; color: @base0;
font-family: "Fira Code Nerd Font";
font-size: large; font-size: large;
} }