theme: avoid hardcoded color
- calendar day with events (for classic)
This commit is contained in:
parent
fada6645a2
commit
c9965f43c1
@ -777,7 +777,7 @@ StScrollBar {
|
|||||||
border: 1px solid transparentize($borders_color,0.5);
|
border: 1px solid transparentize($borders_color,0.5);
|
||||||
}
|
}
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
color: white;
|
color: darken($fg_color,5%);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.calendar-other-month-day {
|
.calendar-other-month-day {
|
||||||
|
@ -666,7 +666,7 @@ StScrollBar {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.5); }
|
border: 1px solid rgba(0, 0, 0, 0.5); }
|
||||||
|
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
color: white;
|
color: #f2f2f2;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.calendar-other-month-day {
|
.calendar-other-month-day {
|
||||||
|
@ -666,7 +666,7 @@ StScrollBar {
|
|||||||
border: 1px solid rgba(28, 31, 31, 0.5); }
|
border: 1px solid rgba(28, 31, 31, 0.5); }
|
||||||
|
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
color: white;
|
color: #e2e2df;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.calendar-other-month-day {
|
.calendar-other-month-day {
|
||||||
|
Loading…
Reference in New Issue
Block a user