fix bottom border transition

This commit is contained in:
lelgenio 2020-10-15 16:04:48 -03:00
parent d8a9265999
commit 7ef1c723b0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{%@@ set bg_rgb = hex2rgb(color.bg) @@%}
/* {%@@ set bg_rgb = hex2rgb(color.bg) @@%} */
* {
font: 14px {{@@ font.interface @@}}, Font Awesome, Fira Code Nerd Font;
border-radius:0;
@ -33,7 +33,7 @@ window#waybar.empty {
{%@@ else @@%}
background-color: rgba({{@@ bg_rgb @@}}, 0.3);
{%@@ endif @@%}
border:none;
border: 0px solid {{@@ color.bg_dark @@}};
}
#workspaces button {