speedtech-website/public/css/colors.css

8 lines
163 B
CSS
Raw Normal View History

2025-12-12 18:05:59 +01:00
/* Global variables. */
:root,
::backdrop {
/* Default (light) theme */
--bg-color: #fff;
--dark-color: rgba(33,37,41);
--primary-color: #2b5797;
}