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 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%;
}