Add CSS color variables
This commit is contained in:
5
src/variables.css
Normal file
5
src/variables.css
Normal file
@ -0,0 +1,5 @@
|
||||
:root {
|
||||
--colorVT1: rgb(1, 170, 235);
|
||||
--colorVT2: rgb(25, 212, 245);
|
||||
--colorBg: rgb(240, 248, 250);
|
||||
}
|
Reference in New Issue
Block a user