From 5b6605fe9030fb8a5862a70a5b099e2b9a1caf17 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 26 Feb 2020 05:17:31 -0500 Subject: [PATCH] use lowercase hex color --- static/grapheneos.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/grapheneos.css b/static/grapheneos.css index 3f795316..93b8bd08 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -76,7 +76,7 @@ nav ul li a:visited { } nav ul li.active a { - color: #64B5F6; /* blue300 */ + color: #64b5f6; /* blue300 */ } #content {