diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2024-05-19 19:44:36 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2024-05-19 19:44:36 +0900 |
| commit | 3a5945e3cc54b3e84308311a8c3e95b227134717 (patch) | |
| tree | 5e9d32d9a217d00e8f7bc148ea7834c38038e181 /config/swaync/style.css | |
| parent | d36bab863c2b850c588a1d27b296aa222549a49e (diff) | |
tweaked swaync, clean up buttons swaync
Diffstat (limited to 'config/swaync/style.css')
| -rwxr-xr-x | config/swaync/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index 6a4f565d..790bac39 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -65,7 +65,7 @@ .notification-action { - border: 2px solid @noti-border-color; + border: 1px solid @noti-border-color; border-top: none; border-radius: 10px; } @@ -161,7 +161,7 @@ .control-center { background: @noti-bg; - border: 2px solid @noti-border-color; + border: 1px solid @noti-border-color; color: @text-color; border-radius: 10px; } |
