remove border on wofi

This commit is contained in:
Cyryl Płotnicki 2020-08-01 09:26:42 +01:00
parent e765a878be
commit 889f8566a6
1 changed files with 1 additions and 4 deletions

View File

@ -22,13 +22,10 @@
@define-color accent @blue;
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);
color: @base0;
font-family: "Fira Code Nerd Font";
font-size: large;
}