diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-07-19 01:23:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 01:23:27 +0900 |
| commit | aa393ffa803b4fa7ac36506d81801d04023713e9 (patch) | |
| tree | c7278859e99321f7af99bd0aacd417f6889ea4c2 | |
| parent | 8ead1a378f78d39fe9e214759a0628e3e6de030d (diff) | |
| parent | 5a356c518774c08d78d55ed621640570fcfc60a9 (diff) | |
Merge branch 'main' into main
| -rwxr-xr-x | config/swaync/style.css | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index 1aed332c..3fff57ae 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -12,6 +12,7 @@ * { font-family: "JetBrains Mono Nerd Font"; font-weight: bold; + font-size: 1rem; } .control-center .notification-row:focus, @@ -23,20 +24,14 @@ .notification-row { outline: none; - margin: 0px; } .notification { - border-radius: 10px; -} - -.notification-content{ /*color: @text-color;*/ background: @noti-bg; padding: 3px 10px 3px 6px; border-radius: 10px; - border: 1px solid @noti-border-color; - margin: 0px; + border: 2px solid @noti-border-color; } .notification-default-action { @@ -210,7 +205,7 @@ padding: 3px 6px; margin: 5px; border-radius: 10px; - font-size: 1rem; + font-size: 0.5rem; color: @noti-border-color; } @@ -331,22 +326,4 @@ border-radius: 10px; font-size: x-large; color: @text-color -} - -.low { - background: @text-color; - padding: 0px; - border-radius: 10px; -} - -.normal { - background: @text-color; - padding: 0px; - border-radius: 10px; -} - -.critical { - background: red; - padding: 0px; - border-radius: 10px; -} +}
\ No newline at end of file |
