Files
SwayNotificationCenter/data/style/widgets/dnd.scss
1over137 ed1f2dcd53 Fix text color on light theme (#362)
* Apply color on widget title

* Update dnd.scss

* Update style.scss
2024-01-02 11:14:30 +01:00

20 lines
399 B
SCSS

.widget-dnd {
color: #{"@text-color"};
margin: 8px;
font-size: 1.1rem;
}
.widget-dnd > switch {
font-size: initial;
border-radius: 12px;
background: #{"@noti-bg"};
border: 1px solid #{"@noti-border-color"};
box-shadow: none;
}
.widget-dnd > switch:checked {
background: #{"@bg-selected"};
}
.widget-dnd > switch slider {
background: #{"@noti-bg-hover"};
border-radius: 12px;
}