From 637121a47f3fa86202a3efbcc4bad778b61b6773 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 22 Apr 2022 17:05:19 +0200 Subject: [PATCH] update css --- docs/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 02b2415..317e137 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,6 +1,7 @@ /* patch css elements of daux.io blue theme + version 2022-04-22 */ @@ -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