17 lines
363 B
SCSS
17 lines
363 B
SCSS
@use "./base.scss";
|
|
:root {
|
|
--light: #d7eff7;
|
|
--dark: #284b63;
|
|
--secondary: #207e8f;
|
|
--tertiary: #84a59d;
|
|
--visited: #afbfc9;
|
|
--primary: #FA8F2D;
|
|
--gray: #4e4e4e;
|
|
--lightgray: #f0f0f0;
|
|
--outlinegray: #dadada;
|
|
--million-progress-bar-color: var(--secondary);
|
|
--highlighted: #f5dfaf88;
|
|
}
|
|
|
|
// put your custom CSS here!
|