diff --git a/de/home/.config/swaync/themes/nova-dark/central_control.css b/de/home/.config/swaync/themes/nova-dark/central_control.css index 8bfd1e5..47d3b62 100644 --- a/de/home/.config/swaync/themes/nova-dark/central_control.css +++ b/de/home/.config/swaync/themes/nova-dark/central_control.css @@ -23,10 +23,10 @@ .control-center { background: alpha(@background, .3); - border-radius: 12px; - border: 1px solid @selected; + border-radius: 4px; + border: 2px solid @selected; /* box-shadow: 0 2px 8px 0 @background;*/ - margin: 18px; + margin: 10px; padding: 12px; } @@ -36,7 +36,7 @@ /* border: 1px solid @selected;*/ box-shadow: 0px 0px 3px @selected; background-color: alpha(@background, .85); - border-radius: 10px; + border-radius: 8px; margin: 5px 5px; padding: 4px; } diff --git a/de/home/.config/swaync/themes/nova-dark/notifications.css b/de/home/.config/swaync/themes/nova-dark/notifications.css index 6936c47..a3e9299 100644 --- a/de/home/.config/swaync/themes/nova-dark/notifications.css +++ b/de/home/.config/swaync/themes/nova-dark/notifications.css @@ -30,8 +30,8 @@ .floating-notifications.background .notification-row .notification-background { background: alpha(@background, .75); box-shadow: inset 0px 0px 5px @selected; - border: 1px solid @selected; - border-radius: 8px; + border: 2px solid @selected; + border-radius: 4px; margin: 12px; padding: 0; }