From 97985ece2f6b6abeb4d6ce379980e3747abb86a3 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Wed, 20 Jul 2022 11:44:43 +0200 Subject: [PATCH] update colors --- public_html/deployment/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css index 6423130b..e4c64313 100644 --- a/public_html/deployment/main.css +++ b/public_html/deployment/main.css @@ -29,15 +29,15 @@ body{padding-top: 0; .description{font-weight:bold; color:rgba(0,0,0,0.3); font-size: 150%; font-style: italic;} -.navbar-brand {color:#a33 !important;} +.navbar-brand {font-size: 150%;} .navbar-inverse .navbar-brand {color:#ddd !important;} -.imllogo:before{background: rgb(255,0,51); color:#fff; padding: 0.5em 0.3em; content: 'IML'; font-weight: bold; } +.imllogo:before{background: rgb(255,0,51); color:#fff; padding: 0.5em 0.4em; content: 'IML'; font-weight: bold; } #swversion {float: right; right: 0em; position: fixed; top: 4em; padding: 0 0.5em; - background: #213; color:#ccc; + background: rgba(0,0,0,0.05); color:#555; border-bottom-left-radius: 0.5em; } #content{ -- GitLab