2023-11-27 09:03:13 +00:00
|
|
|
@use "./base.scss";
|
2023-08-21 03:27:12 +00:00
|
|
|
: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;
|
2023-11-27 09:01:51 +00:00
|
|
|
}
|
2023-11-27 09:03:13 +00:00
|
|
|
|
2023-07-20 04:59:48 +00:00
|
|
|
// put your custom CSS here!
|