From c4b42db0ed521d9970a5bb2a24bbb938096ce11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 18 May 2021 12:00:53 +0200 Subject: [PATCH] fix: lint --- website/static/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/css/custom.css b/website/static/css/custom.css index c5767b89ef..67495aea1b 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -16,7 +16,7 @@ } a { - color: #0000EE + color: #0000ee; } h2.projectTitle { @@ -73,7 +73,7 @@ h2.projectTitle { } .button.primary { - background: #817AFE; + background: #817afe; color: #fff; }