update wofi

This commit is contained in:
an920107 2024-01-04 20:57:51 +08:00
parent 4a28c83d0f
commit 1a4a847133
2 changed files with 4 additions and 3 deletions

View File

@ -4,3 +4,4 @@ no_actions=true
normal_window=true normal_window=true
hide_scroll=true hide_scroll=true
width=40% width=40%
location=center

View File

@ -1,5 +1,5 @@
window { window {
background-color: rgba(30, 30, 30, 0.9); background-color: rgba(40, 40, 40, 0.9);
font-size: 20px; font-size: 20px;
font-family: 'Noto Sans CJK TC'; font-family: 'Noto Sans CJK TC';
color: white; color: white;
@ -7,7 +7,7 @@ window {
} }
#outer-box { #outer-box {
/*border: 6px solid #888888; /**/ border: 1px solid transparent;
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10px;
} }
@ -22,7 +22,7 @@ window {
#entry:selected { #entry:selected {
border-radius: 10px; border-radius: 10px;
background: rgba(145, 165, 120, 0.9); background: rgba(179, 199, 255, 0.9);
} }
#text:selected { #text:selected {