fixed an issue with header link transitions

This commit is contained in:
Lynne Megido 2020-03-25 20:46:06 +10:00
parent 9c593b57be
commit 3641cc7a10
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -6,8 +6,7 @@ html.night {
} }
html.ready, html.ready,
html.ready body, html.ready body,
html.ready a, html.ready a {
html.ready header a {
transition: 0.2s all; transition: 0.2s all;
} }
body { body {
@ -140,7 +139,9 @@ header span {
header a { header a {
color: white; color: white;
display: inline-block; display: inline-block;
padding: 5px 15px;} padding: 5px 15px;
transition: 0.2s all;
}
header span:not(#theme-control), header a { header span:not(#theme-control), header a {
height: 100%; height: 100%;
} }