diff options
| author | bd <bdunahu@operationnull.com> | 2025-11-10 19:31:37 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-11-10 19:31:37 -0500 |
| commit | 0b5c939575d62227138dba5a04535301101dfe32 (patch) | |
| tree | 52bbfa65f31473bb051265cd0cab59f6fc378ae4 /.config/eww/eww.scss | |
| parent | 91e8b1f627fe4c970e8a9d40952e04a1aaf9bf62 (diff) | |
lower the default alpha of emacs and eww
Diffstat (limited to '.config/eww/eww.scss')
| -rw-r--r-- | .config/eww/eww.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 62ae21b..198a00b 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -17,7 +17,7 @@ /* bar */ .bar { - background-color: rgba(#000B0E, 0.48); + background-color: rgba(#000B0E, 0.72); } /* time*/ |
