🎨 ux(swaync): new gradient for mpris widget

This commit is contained in:
Sergio Laín 2023-10-09 00:55:21 +02:00
parent 4f2f499e07
commit 3561f4a67a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -16,7 +16,7 @@
} }
.widget-mpris { .widget-mpris {
background: @noti-bg-darker; background: linear-gradient(to right, #363a4f, rgba(183, 189, 248, 0.3));
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
@ -41,8 +41,6 @@
padding: 8px; padding: 8px;
margin-top: 10px; margin-top: 10px;
border-radius: 10px; border-radius: 10px;
background: @noti-bg-darker;
} }
.widget-buttons-grid > flowbox > flowboxchild > button { .widget-buttons-grid > flowbox > flowboxchild > button {