From 6bf1b99b085813ba0ad9f6b5fa2da81ccd95198f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 4 Nov 2013 15:44:59 +0100 Subject: [PATCH] fix rendering of sections, like e.g. in the 'my account' page where headers show up against dark blue and thus need to be white --- unfold/static/css/onelab_marko.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unfold/static/css/onelab_marko.css b/unfold/static/css/onelab_marko.css index 39ce57f4..7e19d780 100644 --- a/unfold/static/css/onelab_marko.css +++ b/unfold/static/css/onelab_marko.css @@ -9,10 +9,8 @@ /* color: #fff; */ } -.container h1 { +.container h1, .container h2 { color: #fff !important; - font-family: Ubuntu; - margin-top: 60px; } div.plugin-outline-complete, -- 2.43.0