From bb86d57c9db0cad3d8baa20cd944a3d3034b7a10 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 22 Apr 2022 17:20:56 +0200 Subject: [PATCH] update css: IML logo --- docs/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/style.css b/docs/style.css index 02b2415..1ceb0eb 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,11 +1,12 @@ /* patch css elements of daux.io blue theme + version 2022-04-22 */ -/* ---------- vars ---------- */ +/* ---------- vars ---------- */ :root{ @@ -34,7 +35,17 @@ /* ---------- tags ---------- */ -body, *{color: var(--color); } +a.Brand::before { + background: rgb(255,0,51); + color: #fff; + font-family: arial; + font-weight: bold; + padding: 0.5em 0.3em; + content: 'IML'; + margin-right: 0.4em; +} + +body, *{color: var(--color);} body{background: var(--bg-body);} -- GitLab