fixed an issue with header link transitions
This commit is contained in:
parent
9c593b57be
commit
3641cc7a10
1 changed files with 4 additions and 3 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue