diff --git a/generate.py b/generate.py index 8f2847f..f2dca0f 100644 --- a/generate.py +++ b/generate.py @@ -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/"] diff --git a/style.css b/style.css index a8c8c25..65ac0a0 100644 --- a/style.css +++ b/style.css @@ -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 {