Skip to content

Commit

Permalink
Merge branch 'main' into fix789
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasonw authored Mar 7, 2023
2 parents 4251472 + 9e9845c commit 97bbb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/(site)/s23positions/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const POSITIONS: ClubPosition<keyof typeof TOOLS>[] = [
},
{
title: 'Game Dev Officer',
teamColor: 'var(--acm-foundry-rgb)',
teamColor: 'var(--acm-gamedev-rgb)',
requirements: [
li('Passion and interest in game development'),
li('Strong communication and leadership'),
Expand Down
2 changes: 1 addition & 1 deletion static/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--acm-algo-rgb: 157, 53, 231;
--acm-design-rgb: 255, 67, 101;
--acm-dev-rgb: 30, 108, 255;
--acm-foundry-rgb: 111, 22, 255;
--acm-gamedev-rgb: 111, 22, 255;
--acm-icpc-rgb: 255, 121, 23;
--acm-marketing-rgb: 212, 17, 83;
--acm-oss-rgb: 17, 212, 177;
Expand Down

0 comments on commit 97bbb3b

Please sign in to comment.