Skip to content

Commit

Permalink
add cloud to events page
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshMalik02 authored and jainsujay02 committed Jan 8, 2024
1 parent bcfb698 commit cbc9b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const getCssStringFromCommittee = (committee) => {
case 'icpc':
case 'studio':
case 'w':
case 'cloud':
return committee.toLowerCase();
default:
throw new Error(`Unrecognized string ${committee}`);
Expand Down
4 changes: 4 additions & 0 deletions styles/pages/events-calendar-override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@
.rbc-override-icpc-cyber {
background: linear-gradient(45deg, #FF8383, #FFCB44) !important;
}

.rbc-override-cloud {
background: linear-gradient(45deg, #8A7DE4, #A79DE9) !important;
}

0 comments on commit cbc9b7d

Please sign in to comment.