From 0fbcc6a5645af85309b851eef012dca4d9ce87b6 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 18 Sep 2022 15:38:12 +0200 Subject: [PATCH] Logo fuckery --- static/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index aef1099..72df9e8 100644 --- a/static/style.css +++ b/static/style.css @@ -44,10 +44,9 @@ pre{ overflow-x: auto; background: var(--ansi00-soft); padding: 1em; border-rad background-color: var(--ansi00-soft); background: linear-gradient(to right,var(--ansi05),var(--ansi00)); } -.logo a{ - color: #eaeaea; - text-decoration: none; -} +.logo a{ color: var(--ansi00); text-decoration: none; } +.logo a:hover{ background-color: var(--ansi03); } + .logo img{ float:left; max-height:5em;