From 35fa4bbcf65f084a151f3082a2b0272d0550f583 Mon Sep 17 00:00:00 2001 From: caskd Date: Wed, 13 Jun 2018 19:45:32 +0200 Subject: [PATCH] Last fix --- res/web.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/res/web.css b/res/web.css index 4e16ba4..1eb4736 100644 --- a/res/web.css +++ b/res/web.css @@ -18,7 +18,7 @@ html { transition: ease-out 0.5s; } .header:hover { - background-color: rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.5); } .header-title { width: 100%; @@ -44,6 +44,10 @@ html { flex: 1 1 0; justify-content: flex-end; } +.sticky > #links-header a:hover { + background-color: rgba(255 ,255 ,255, 0.5); + color: #a11; +} .sticky { position: fixed; background-color: rgba(10, 10, 10, 0.7); @@ -71,8 +75,8 @@ html { font-size: 20px; font-family: 'Dosis', sans-serif; } -.header a:hover { - background-color: rgba(255 ,255 ,255, 0.5); +#links-header a:hover { + background-color: rgba(255 ,255 ,255, 0); color: #a11; } .content {