From 315758b1185bbc0fb5a3ee3b293ae485eaafde1d Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 30 Apr 2016 15:30:41 +0100 Subject: [PATCH] Fix lack of color: in CSS --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 3679d1d..7ac0c8f 100644 --- a/static/style.css +++ b/static/style.css @@ -88,6 +88,7 @@ a.title { cursor: pointer; font-weight: bold; padding: 1em; + color: black; background-color: lightgreen; border-radius: 2em; border-style: solid; -- 2.30.2