From 7c9d942e3841b2f98b646eea8dc5929c4111a178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 8 Mar 2019 22:28:33 -0500 Subject: [PATCH] fix color hover in tag --- cl-theme/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index a7193ce..7726c1e 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -392,6 +392,7 @@ a { } a:hover { text-decoration: none; + color: #ffc20e; } a.navbar-item.is-tab.is-active { border-bottom-color: #dd7325;