Add some borders to swaync to distinguish components better
This commit is contained in:
parent
fd092fd785
commit
a1ee94d92f
|
@ -7,6 +7,7 @@
|
|||
|
||||
.floating-notifications.background .notification-row .notification-background {
|
||||
border-radius: 10px;
|
||||
border: 1px solid #b4befe;
|
||||
margin: 18px;
|
||||
background-color: rgba(13, 14, 28, 0.5);
|
||||
color: #ffffff;
|
||||
|
@ -129,6 +130,7 @@
|
|||
|
||||
.control-center {
|
||||
border-radius: 10px;
|
||||
border: 1px solid #b4befe;
|
||||
margin: 18px;
|
||||
background-color: rgba(13, 14, 28, 0.5);
|
||||
color: #ffffff;
|
||||
|
@ -158,9 +160,9 @@
|
|||
}
|
||||
|
||||
.control-center .notification-row .notification-background {
|
||||
border-radius: 7px;
|
||||
border-radius: 10px;
|
||||
color: #ffffff;
|
||||
background-color: #0d0e1c;
|
||||
background-color: #1d2235;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue