From ccced587173539c9b0be94467539fe06da69ebfa Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sat, 24 Sep 2022 14:11:06 +0200 Subject: [PATCH] Update colors --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e69de29..fda28f0 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -0,0 +1,4 @@ +:root { + --md-primary-fg-color: #006699; + --md-accent-fg-color: #5485AB; +} -- GitLab