From b72a2d00a6e2a6ba2a4fc06780008253d5e59ad0 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 8 Aug 2020 07:14:23 +0000 Subject: [PATCH] Dark theme: Increase navbar contrast --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 3d090f2..a6d33c0 100644 --- a/static/style.css +++ b/static/style.css @@ -368,7 +368,7 @@ p.openring { } nav a { - color: #999999; + color: #AAAAAA; display: block; }