From 2091e8cb4cccaca4c01bc38ecf43c7dc9610ee6d Mon Sep 17 00:00:00 2001
From: Benoit Favre <benoit.favre@lif.univ-mrs.fr>
Date: Mon, 23 Feb 2015 20:53:50 +0100
Subject: [PATCH] potential fix for missing colors

---
 data/style.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/style.css b/data/style.css
index 90f6e47..db68cbf 100644
--- a/data/style.css
+++ b/data/style.css
@@ -21,21 +21,21 @@
 .selected-section > .section-title {
     font: bold 18;
     color: white;
-    background: #009900;
+    background-color: #009900;
 }
 .section-title {
     font: bold 18;
     color: white;
-    background: #999999;
+    background-color: #999999;
 }
 
 .section-body {
-    background: white;
+    background-color: white;
     margin: 20px;
 }
 
 .selected-section {
-    background: #eeffee;
+    background-color: #eeffee;
     margin: 20px;
 }
 
-- 
GitLab