Skip to content

Commit

Permalink
theme: Update the calendar applet styling
Browse files Browse the repository at this point in the history
Add support for event color strips and recolor some of the event titles
  • Loading branch information
JosephMcc committed Sep 16, 2024
1 parent a250d0b commit aa88c06
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/theme/cinnamon-sass/widgets/_calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,13 @@
.separator {
-margin-horizontal: 1em;
-gradient-height: 1px;
-gradient-start: red;
-gradient-end: red;
-gradient-start: transparent;
-gradient-end: transparent;
}
}

&-event-button {
margin: 3px 0;
border-radius: $base_border_radius;
border: 1px solid transparent;

Expand All @@ -161,7 +162,7 @@
}
}

&-event-color-strip { width: 0; }
&-event-color-strip { width: 1px; }

&-event-row-content { margin: 7px; }

Expand All @@ -176,7 +177,8 @@
}

&-event-time-present:all-day {
color: red;
@extend %heading;
color: $accent_color;
}

&-event-countdown {
Expand Down

0 comments on commit aa88c06

Please sign in to comment.