From 7506b48380a6b225f9f91db6c9ac93f2cc5f7d36 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Sun, 8 Dec 2019 22:10:55 +0100 Subject: [PATCH] fix for bart --- app/assets/stylesheets/main.css.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/main.css.erb b/app/assets/stylesheets/main.css.erb index 3f17434..ac78ba6 100644 --- a/app/assets/stylesheets/main.css.erb +++ b/app/assets/stylesheets/main.css.erb @@ -1,6 +1,6 @@ -@import url("https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200"); /* +@import url("https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200"); Halcyonic by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) @@ -1624,7 +1624,7 @@ input, select, textarea { } #content h3 { - color: #96a9b5; + color: #000000; /* #96a9b5; */ font-size: 1.25em; }