diff --git a/_includes/header.html b/_includes/header.html index c952371..a77e424 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,14 +4,14 @@
Download diff --git a/_includes/request.html b/_includes/request.html index b3f4dce..0af6299 100644 --- a/_includes/request.html +++ b/_includes/request.html @@ -1,4 +1,4 @@

Don't see the icon you need?

-
Request an icon + Request an icon
\ No newline at end of file diff --git a/style.css b/style.css index d52e73c..bcf9b5c 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,15 @@ +:root { + --accent: #4353FF; +} + +.accent { + color: var(--accent); +} + +.bg-accent { + background-color: var(--accent); +} + .rubik { font-family: "Rubik", sans-serif; }