Skip to content

Commit

Permalink
callout color
Browse files Browse the repository at this point in the history
  • Loading branch information
corywatilo committed Nov 15, 2023
1 parent b954934 commit b05f2b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ body {
--primary-3000-button-bg: var(--primary-3000-button-bg-light);
--primary-3000-button-border: var(--primary-3000-button-border-light);
--primary-3000-button-border-hover: var(--primary-3000-button-border-hover-light);
--primary-alt-highlight-3000: var(--primary-alt-highlight-3000-light);

--secondary-3000-frame-bg: var(--secondary-3000-frame-bg-light);
--secondary-3000-frame-border: var(--secondary-3000-frame-border-light);
Expand Down Expand Up @@ -603,6 +604,7 @@ body {
--primary-3000-button-bg: var(--primary-3000-button-bg-dark);
--primary-3000-button-border: var(--primary-3000-button-border-dark);
--primary-3000-button-border-hover: var(--primary-3000-button-border-hover-dark);
--primary-alt-highlight-3000: var(--primary-alt-highlight-3000-dark);

--secondary-3000-frame-bg: var(--secondary-3000-frame-bg-dark);
--secondary-3000-frame-border: var(--secondary-3000-frame-border-dark);
Expand All @@ -621,6 +623,7 @@ body {
--border-bold: var(--border-bold-3000);
--mid: var(--bg-3000);
--side: var(--bg-3000);
--primary-alt-highlight: var(--primary-alt-highlight-3000);
background: var(--bg-3000);
overflow: hidden; // Each area handles scrolling individually (e.g. navbar, scene, side panel)

Expand Down
2 changes: 2 additions & 0 deletions frontend/src/styles/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ $colors: (
'primary-3000-highlight-dark': rgba(#f7a503, 0.1),
'primary-3000-hover-dark': #f7a503,
'primary-3000-active-dark': #f7a503,
'primary-alt-highlight-3000-light': #e5e7e0,

'secondary-3000-dark': #1d1f27,
'secondary-3000-hover-dark': #575d77,
Expand All @@ -166,6 +167,7 @@ $colors: (
'primary-3000-button-bg-dark': #e0a045,
'primary-3000-button-border-dark': #b17816,
'primary-3000-button-border-hover-dark': #8e5b03,
'primary-alt-highlight-3000-dark': #232429,

'secondary-3000-frame-bg-dark': #323232,
'secondary-3000-frame-border-dark': #383838,
Expand Down

0 comments on commit b05f2b2

Please sign in to comment.