This commit is contained in:
Sakooooo 2024-10-15 17:02:50 +04:00
parent 1226c069b4
commit 9133c78800
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -6,7 +6,7 @@ window.bar {
/* background-color: @theme_bg_color; */ /* background-color: @theme_bg_color; */
background: rgba(0, 0, 0, .1); background: rgba(0, 0, 0, .1);
color: @theme_fg_color; color: @theme_fg_color;
min-height: 5rem; min-height: 10rem;
border: 2px solid #ea4c88; border: 2px solid #ea4c88;
border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px;
} }