New Addon version and 10k downloads :)

This commit is contained in:
Kevin Röbert
2018-09-26 17:35:50 +02:00
parent 7087935918
commit 228015e640
9 changed files with 530 additions and 2 deletions

View File

@@ -14,3 +14,13 @@ body {
.col-sm-1 {
margin-top: -10px;
}
#donate {
transition: 0.3s;
opacity: 0.8;
color: red;
}
#donate:hover {
opacity: 1;
}