diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-04 21:53:00 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-04 21:53:00 +0100 |
commit | 5f7a2292b0fd2b6742bb76381f5acd0c11cb8b8c (patch) | |
tree | 8140e3b943b0d737d2b5e9f2b9a10f276d5f92d8 | |
parent | c751cd499acc84910df71f37f266ba2f83ddb5d1 (diff) |
wofi: Increase border radius
-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 fd35cdd..bb68cda 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -1,6 +1,6 @@ * { border: none; - border-radius: 3px; + border-radius: 8px; color: #C5C8C6; font-size: 22px; font-family: 'SF Pro' |