From 26aa696b088cebd48da9210dc668bcf390e89263 Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 12:24:13 +0200 Subject: [PATCH] style menu --- static/style/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/style/style.css b/static/style/style.css index 73c72f0..3487855 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -15,4 +15,18 @@ h1 a { font-family: "IBM Plex Sans", sans-serif; font-weight: 800; font-style: italic; +} + +/* menu styles */ +div.flex-l.items-center { + text-shadow: 1px 1px 30px #000000; +} +a.hover-white.no-underline.white-90 { + font-weight: bold; +} +@media all and (min-width:1020px) { + .bg-transparent { + background: rgb(19,39,91); + background: linear-gradient(180deg, rgba(19,39,91,0.9) 0%, rgba(19,39,91,0.7) 14%, rgba(255,255,255,0) 28%); + } } \ No newline at end of file