Skip to content

Commit

Permalink
Merge pull request #72 from ecss-soton/fix-event-text
Browse files Browse the repository at this point in the history
more stuff
  • Loading branch information
casperUoS authored Sep 11, 2024
2 parents f6737ab + 3510d23 commit 93d4301
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/_blocks/NextEvent/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}

.day {
color: var(--theme-elevation-0);
color: white;
font-size: 128px;
font-style: normal;
font-weight: 700;
Expand All @@ -98,7 +98,7 @@
}

.month {
color: var(--theme-elevation-0);
color: white;
font-size: 40px;
font-style: normal;
font-weight: 400;
Expand All @@ -125,7 +125,7 @@
}

.startText {
color: var(--theme-elevation-200);
color: #D6D6D6;
font-size: 16px;
font-style: normal;
font-weight: 400;
Expand All @@ -138,7 +138,7 @@
}

.startTime {
color: var(--theme-elevation-0);
color: white;
font-size: 24px;
font-style: normal;
font-weight: 400;
Expand All @@ -163,7 +163,7 @@
}

.link {
color: var(--theme-elevation-0);
color: white;
font-size: 40px;
font-style: normal;
font-weight: 400;
Expand Down

0 comments on commit 93d4301

Please sign in to comment.