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 {