Add CSS color variables

This commit is contained in:
André Wahlberg
2020-11-20 16:20:54 +01:00
parent 899086352d
commit cd467370b9
3 changed files with 14 additions and 1 deletions

5
src/variables.css Normal file
View File

@ -0,0 +1,5 @@
:root {
--colorVT1: rgb(1, 170, 235);
--colorVT2: rgb(25, 212, 245);
--colorBg: rgb(240, 248, 250);
}