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;