Fixed transition

This commit is contained in:
Niles Rogoff 2016-06-26 19:55:14 -04:00
parent 805fab17ba
commit d14fe95fbb
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ l = [
, ["/desutech", "d", "http://desuchan.moe/tech/"]
, ["/g", "g", "https://4chan.org/g"]
, ["/silicon", "s", "https://sushigirl.us/silicon/catalog.html"]
, ["/endtech", "e", "https://endchan.xyz/tech/catalog.html"]
]]
, ["/music/", "m", [
["/mu", "m", "http://aurorachan.net/mu/"]

View File

@ -13,12 +13,12 @@ body {
color: #eeeeee;
position:relative;
top:50px;
transition: color .5s ease-in-out;
}
a {
font-size: 24px;
/*color: #595959;*/
color: #eeeeee;
transition: color .1s;
text-decoration: none;
}
a:hover {