better credits

This commit is contained in:
Christian Herzog
2019-10-08 20:42:39 +02:00
parent 5c8f57a95c
commit 0996cad1ac
2 changed files with 7 additions and 5 deletions

View File

@@ -6,12 +6,13 @@ body {
padding-right: 12px;
}
a {
color: darkblue;
color: #fff;
transition: color .2s ease-out;
text-decoration: none
}
a:hover {
color: red;
color: #99f;
text-decoration: none
}
input:focus,
select:focus,