style: change colors

This commit is contained in:
john-emerson14
2020-03-21 13:56:31 -03:00
parent 4e889e5742
commit 0a41f1495c

View File

@@ -1,8 +1,8 @@
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
:root {
--bgColor: white;
--accentColor: #39e09b;
--bgColor: #1C1C1C;
--accentColor: #E6E6E6;
--font: 'Karla', sans-serif;
}