Skip to content

Commit

Permalink
20:10 21/12/2015 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Dec 22, 2015
1 parent f1046e6 commit 563cda0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Windows 10 Dark/gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ StScrollBar {
border-left-width: 0px; }

.calendar-nonwork-day {
background-color: rgba(0,0,0,0);
background-color: rgba(0,0,0,0.8);
color: rgba(255,255,255,0.7); }

.calendar-today {
Expand All @@ -785,11 +785,11 @@ StScrollBar {
border: 0px solid rgba(0,0,0,0.2); }

.calendar-day-with-events {
color: rgba(0,0,0,0.4);
color: rgba(255,255,255,0.9);
font-weight: bold; }

.calendar-other-month-day {
color: rgba(0,0,0,0.15);
color: rgba(255,255,255,0.8);
opacity: 0.5; }

/* Message list */
Expand Down

0 comments on commit 563cda0

Please sign in to comment.