feat: add custom CSS variables for primary colors

This commit is contained in:
itsscb 2025-03-03 22:42:21 +01:00
parent 8ba727b367
commit cf6bb1abff

View File

@ -1 +1,7 @@
/* You can add global styles to this file, and also import other style files */ /* You can add global styles to this file, and also import other style files */
:root {
--primary-background-color: rgba(51, 217, 178, 1.0);
--primary-background-color-hover: rgba(33, 140, 116, 1.0);
--primary-text-color: rgba(255, 255, 255, 1.0);
}