From 4f5089655b394896727e60ce27d0b4bd18ae109a Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 24 Jun 2021 00:26:52 +0200 Subject: [PATCH] Fixing bug with text-white header submenus being unreadable, changing license icon, new documentation icon --- static/css/header.css | 1 + static/icons/documentation.svg | 1 + static/icons/license.svg | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 static/icons/documentation.svg diff --git a/static/css/header.css b/static/css/header.css index d9afad7..b849a9f 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -52,6 +52,7 @@ nav .navbar-list { .navbar-list li.background { background-color: var(--nav-background); + color: black; } .menu-with-sub { diff --git a/static/icons/documentation.svg b/static/icons/documentation.svg new file mode 100644 index 0000000..3c4d502 --- /dev/null +++ b/static/icons/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/license.svg b/static/icons/license.svg index 3c4d502..7e68bd3 100644 --- a/static/icons/license.svg +++ b/static/icons/license.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file