Merge pull request 'Fix missing logo' (#40) from feature/update-service-list into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #40
This commit is contained in:
benjaoming 2022-11-09 13:22:32 +00:00
commit 9cfbe7e303
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@
background-repeat: no-repeat;
}
.service.mastodon {
background-image: url(/images/logos/mastodon.png);
}
.service.nextcloud {
background-image: url(/images/logos/nextcloud.png);
}