diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 18:08:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 18:08:00 +0200 |
commit | 1ca875da7dc965433f6add25c3b142b285e5f393 (patch) | |
tree | ecbf757e46aa3bf1a8c8dae84b2a819f368af311 /.config/wofi | |
parent | 77b67a5b4e240d808ea4da5aea9525954f0cfe6d (diff) |
wofi: Make ‘font-size’ a bit smaller
Diffstat (limited to '.config/wofi')
-rw-r--r-- | .config/wofi/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 6afdf3d..60d3b2c 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -2,7 +2,7 @@ border: none; border-radius: 3px; color: #C5C8C6; - font-size: 28px; + font-size: 22px; font-family: 'Iosevka Smooth'; } |