This commit is contained in:
Caleb James DeLisle
2017-07-24 14:10:40 +02:00
3 changed files with 67 additions and 24 deletions

View File

@@ -5,8 +5,8 @@
a {
color: #FFF;
opacity: 0.8;
transition: opacity 0.2s;
//opacity: 0.8;
//transition: opacity 0.2s;
}
a:hover {
opacity: 1;