diff --git a/website/index.html b/website/index.html index e19bec8..69ef343 100644 --- a/website/index.html +++ b/website/index.html @@ -66,6 +66,16 @@ text-align: center; display:block; } + +.credits { + transition-duration: 1s; + transition-property: color; + transition-timing-function: ease; +} + +.credits:hover { + color: orange; +} /* Animations */ @keyframes pop-in { @@ -85,12 +95,12 @@ download the installer! - +