This commit is contained in:
Sakooooo 2024-10-15 10:31:16 +04:00
parent a19154e7b3
commit fe7ba4ce3f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -3,7 +3,8 @@
} }
window.bar { window.bar {
background-color: @theme_bg_color; /* background-color: @theme_bg_color; */
background: #ff5050;
color: @theme_fg_color; color: @theme_fg_color;
min-height: 4rem; min-height: 4rem;
} }