From fe28ddc6871686a156443ca016552e37ac230115 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 12 May 2017 17:41:15 -0700 Subject: [PATCH] Change accent color --- _includes/header.html | 4 ++-- _includes/request.html | 2 +- style.css | 12 ++++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) 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 @@ \ 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; }