Skip to content

Commit

Permalink
Calendar colors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrlpz committed Feb 3, 2025
1 parent 96887d1 commit 21cb8ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $debate: var(--primary) !default;
$election: var(--warning) !default;
$meeting: var(--success) !default;
$participatory_process_step: var(--secondary) !default;
$survey: var(--alert) !default;
$survey: var(--tertiary) !default;

$calendar-today-color: rgb(255, 255, 128);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ $alternative-color-4: var(--alert);
$alternative-color-5: var(--highlight);

$gap: 1em;

:root {
--warning: rgb(255, 183, 3);
--success: rgb(40, 167, 69);
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CalendarEventPresenter < SimpleDelegator
election: "var(--warning)",
meeting: "var(--success)",
participatory_process_step: "var(--secondary)",
survey: "var(--alert)"
survey: "var(--tertiary)"
}.freeze

def type
Expand Down

0 comments on commit 21cb8ae

Please sign in to comment.