added support for all css color types

This commit is contained in:
2024-07-16 11:56:01 +02:00
committed by Flo Greistorfer
parent fd1cbd0d4f
commit b869c8da7b
8 changed files with 242 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
--color1: #6495ed;
--color1: cornflowerblue;
--color2: #1346a4;
--color3: #0e3377;
--color4: #3674e7;