Fix text color on light theme (#362)

* Apply color on widget title

* Update dnd.scss

* Update style.scss
This commit is contained in:
1over137 2024-01-02 10:14:30 +00:00 committed by GitHub
parent bcedc20c36
commit ed1f2dcd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -286,6 +286,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
.control-center {
/* The Control Center which contains the old notifications + widgets */
background: #{"@cc-bg"};
color: #{"@text-color"};
border-radius: $border-radius;
.control-center-list-placeholder {

View File

@ -1,4 +1,5 @@
.widget-dnd {
color: #{"@text-color"};
margin: 8px;
font-size: 1.1rem;
}

View File

@ -1,4 +1,5 @@
.widget-title {
color: #{"@text-color"};
margin: 8px;
font-size: 1.5rem;
}