Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Issue 3060 | Update colors based on Marvel handoff #26

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/styles/_mixins/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ $tc-gray-neutral-light: #fafafb;
$tc-white: #fff;

/* Accents & Shades. */
$tc-dark-blue-120: #006ad7;
$tc-dark-blue-110: #006ad7;
$tc-dark-blue-105: #006feb;
$tc-dark-blue-100: #0681ff;
Expand Down Expand Up @@ -74,8 +73,8 @@ $tc-yellow-30: #fff8ca;
$tc-yellow-10: #fffde5;

/* Greens - development color code. */
$tc-green-120: #328732;
$tc-green-110: #258205;
$tc-green-120: #258205;
$tc-green-110: #328732;
$tc-green-100: #5cc900;
$tc-green-70: #94db4e;
$tc-green-30: #cef0af;
Expand Down