theme: avoid hardcoded color

- calendar day with events (for classic)
This commit is contained in:
Jakub Steiner 2015-02-09 16:47:08 +01:00 committed by Florian Müllner
parent fada6645a2
commit c9965f43c1
3 changed files with 3 additions and 3 deletions

View File

@ -777,7 +777,7 @@ StScrollBar {
border: 1px solid transparentize($borders_color,0.5);
}
.calendar-day-with-events {
color: white;
color: darken($fg_color,5%);
font-weight: bold;
}
.calendar-other-month-day {

View File

@ -666,7 +666,7 @@ StScrollBar {
border: 1px solid rgba(0, 0, 0, 0.5); }
.calendar-day-with-events {
color: white;
color: #f2f2f2;
font-weight: bold; }
.calendar-other-month-day {

View File

@ -666,7 +666,7 @@ StScrollBar {
border: 1px solid rgba(28, 31, 31, 0.5); }
.calendar-day-with-events {
color: white;
color: #e2e2df;
font-weight: bold; }
.calendar-other-month-day {