Skip to content

Commit 83670e2

Browse files
authored
Merge pull request #17 from CodeWithGroup/feature/eventbrite-colour-changes
Changing the colour of the eventbrite dates to not add a fourth colou…
2 parents 5564e14 + 46a35e6 commit 83670e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ div.event-date {
342342
}
343343

344344
span.event-date-month {
345-
color: red;
345+
color: var(--colour-light-primary);
346346
}
347347

348348
span.event-date-day {

0 commit comments

Comments
 (0)