Files
SteUP_Dotnet/SteUp.Shared/wwwroot/css/default-theme.css
2026-02-04 12:14:03 +01:00

5 lines
112 B
CSS

:root {
--primary-color: #5352ed;
--ligther-color: #f7f7ff;
--darker-color: hsl(240, 81%, 30%);
}