blazor project for cs

This commit is contained in:
Norm Rasmussen
2022-06-09 22:22:29 -04:00
parent a12dc47d97
commit 6b46bc3f67
862 changed files with 26395 additions and 5 deletions

View File

@ -1,8 +1,8 @@
/* Custom Variables | Color Scheme */
:root {
--primary: #FFC759;
--text-light: #eeeeee;
--primary: #fff;
--text-light: #0390fc;
--background: #191E29;
--background-light: #202633;
}