Unverified Commit ed1f2dcd authored by 1over137's avatar 1over137 Committed by GitHub

Fix text color on light theme (#362)

* Apply color on widget title * Update dnd.scss * Update style.scss
parent bcedc20c
...@@ -286,6 +286,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), ...@@ -286,6 +286,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
.control-center { .control-center {
/* The Control Center which contains the old notifications + widgets */ /* The Control Center which contains the old notifications + widgets */
background: #{"@cc-bg"}; background: #{"@cc-bg"};
color: #{"@text-color"};
border-radius: $border-radius; border-radius: $border-radius;
.control-center-list-placeholder { .control-center-list-placeholder {
......
.widget-dnd { .widget-dnd {
color: #{"@text-color"};
margin: 8px; margin: 8px;
font-size: 1.1rem; font-size: 1.1rem;
} }
......
.widget-title { .widget-title {
color: #{"@text-color"};
margin: 8px; margin: 8px;
font-size: 1.5rem; font-size: 1.5rem;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment