Skip to content

Commit

Permalink
[Chillies][Pepper][Fraiche] Update calendar heading color visibility (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
friedidli30 authored Sep 11, 2024
1 parent 1fe1529 commit 97093df
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 14 deletions.
14 changes: 9 additions & 5 deletions Chillies/files/Chillies/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1982,12 +1982,12 @@ border-radius: 0px;
.datemenu-date-label {
padding: .4em 1.75em;
font-size: 1.2em;
color: #222;
color: #333;
font-weight: bold;
}

.calendar-month-label {
color: #2e2e2e;
color: #333;
font-size: 0.8em;
padding-bottom: 8px;
padding-top: 8px;
Expand Down Expand Up @@ -2063,8 +2063,9 @@ border-radius: 0px;

.calendar-day-heading {
font-size: 1em;
color: #323232;
color: #000;
padding-top: 2em;
text-shadow: 0px 2px 6px rgba(161, 161, 161, 0.5);
}

.calendar-week-number {
Expand Down Expand Up @@ -2099,12 +2100,15 @@ border-radius: 0px;

.calendar-today {
color: #54a4e9;
font-weight: bold;
}

.calendar-today-home-button {
color: #000;
text-shadow: 0px 2px 6px #111;
}

.calendar-other-month-day {
color: rgba(50, 50, 50, 0.3);
box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
background-color: rgba(50, 50, 50, 0.1);
}

14 changes: 9 additions & 5 deletions Fraiche/files/Fraiche/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1983,12 +1983,12 @@ border-radius: 0px;
.datemenu-date-label {
padding: .4em 1.75em;
font-size: 1.2em;
color: #222;
color: #333;
font-weight: bold;
}

.calendar-month-label {
color: #2e2e2e;
color: #333;
font-size: 0.8em;
padding-bottom: 8px;
padding-top: 8px;
Expand Down Expand Up @@ -2064,8 +2064,9 @@ border-radius: 0px;

.calendar-day-heading {
font-size: 1em;
color: #323232;
color: #000;
padding-top: 2em;
text-shadow: 0px 2px 6px rgba(161, 161, 161, 0.5);
}

.calendar-week-number {
Expand Down Expand Up @@ -2100,12 +2101,15 @@ border-radius: 0px;

.calendar-today {
color: #54a4e9;
font-weight: bold;
}

.calendar-today-home-button {
color: #000;
text-shadow: 0px 2px 6px #111;
}

.calendar-other-month-day {
color: rgba(50, 50, 50, 0.3);
box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
background-color: rgba(50, 50, 50, 0.1);
}

13 changes: 9 additions & 4 deletions Pepper/files/Pepper/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1983,12 +1983,12 @@ border-radius: 0px;
.datemenu-date-label {
padding: .4em 1.75em;
font-size: 1.2em;
color: #222;
color: #333;
font-weight: bold;
}

.calendar-month-label {
color: #2e2e2e;
color: #333;
font-size: 0.8em;
padding-bottom: 8px;
padding-top: 8px;
Expand Down Expand Up @@ -2064,8 +2064,9 @@ border-radius: 0px;

.calendar-day-heading {
font-size: 1em;
color: #323232;
color: #000;
padding-top: 2em;
text-shadow: 0px 2px 6px rgba(161, 161, 161, 0.5);
}

.calendar-week-number {
Expand Down Expand Up @@ -2100,7 +2101,11 @@ border-radius: 0px;

.calendar-today {
color: #54a4e9;
font-weight: bold;
}

.calendar-today-home-button {
color: #000;
text-shadow: 0px 2px 6px #111;
}

.calendar-other-month-day {
Expand Down

0 comments on commit 97093df

Please sign in to comment.