From 3641cc7a10d5ed58ed125a82ecc70eebd513c675 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 25 Mar 2020 20:46:06 +1000 Subject: [PATCH] fixed an issue with header link transitions --- assets/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index dd9b52a..caac1c9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -6,8 +6,7 @@ html.night { } html.ready, html.ready body, -html.ready a, -html.ready header a { +html.ready a { transition: 0.2s all; } body { @@ -140,7 +139,9 @@ header span { header a { color: white; display: inline-block; - padding: 5px 15px;} + padding: 5px 15px; + transition: 0.2s all; +} header span:not(#theme-control), header a { height: 100%; }