services/dashboard/styles.css
2022-11-17 17:46:01 +03:00

8 lines
177 B
CSS

:root {
--primary-color-blue: #778ca3;
--primary-color-yellow: #ffc562;
--primary-color-red: #ff6d74;
--primary-color-green: #4fddc3;
--primary-color-lightblue: #61a8e8;
}