17 lines
363 B
SCSS
Raw Normal View History

2023-11-27 18:03:13 +09:00
@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;
}
2023-11-27 18:03:13 +09:00
2023-07-19 21:59:48 -07:00
// put your custom CSS here!