1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00

added css-vars

This commit is contained in:
thomasrosen 2021-01-21 19:51:09 +01:00
parent 4f22f96e26
commit 58d33c7943

View file

@ -1,3 +1,8 @@
:root{
--volt-purple: #582C83;
--background: #140022;
}
*{
font-family: 'Ubuntu';
}