summaryrefslogtreecommitdiff
path: root/.config/wofi
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-19 15:17:14 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-19 15:17:14 +0200
commit77b67a5b4e240d808ea4da5aea9525954f0cfe6d (patch)
tree097e20e0215374f9f2d8d762f1a06a8d24379f22 /.config/wofi
parent8ebeb795f06786aa3071de9cc37d749740f07954 (diff)
wofi: Prefer hex for colors
Diffstat (limited to '.config/wofi')
-rw-r--r--.config/wofi/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wofi/style.css b/.config/wofi/style.css
index 3f2f6ff..6afdf3d 100644
--- a/.config/wofi/style.css
+++ b/.config/wofi/style.css
@@ -1,7 +1,7 @@
* {
border: none;
border-radius: 3px;
- color: rgb(197, 200, 198);
+ color: #C5C8C6;
font-size: 28px;
font-family: 'Iosevka Smooth';
}