Add style.css for Wofi

This commit is contained in:
Aleksey Samoilov 2025-06-04 12:33:59 +04:00
parent d023b91db4
commit 1b5e1ae551

View file

@ -0,0 +1,13 @@
window {
opacity: 1.0;
border: 2px solid @theme_selected_bg_color;
border-radius: 0px;
font-family: Hack;
font-size: 14px;
}
#input {
border: 2px solid @theme_selected_bg_color;
border-radius: 0px;
font-size: 14px;
}