Added color transition to topname
This commit is contained in:
parent
1840873b67
commit
7e69afd202
@ -15,12 +15,14 @@
|
|||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
transition: font-size 0.15s ease;
|
color: lighten(black, 90%);
|
||||||
|
transition: font-size 0.15s ease, color 0.15s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topname.active {
|
#topname.active {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
transition: font-size 0.15s ease;
|
color: black;
|
||||||
|
transition: font-size 0.40s ease, color 0.15s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topname #first {
|
#topname #first {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user