remove border on wofi
This commit is contained in:
parent
e765a878be
commit
889f8566a6
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue