Fix missing logo #40

Merged
benjaoming merged 1 commits from feature/update-service-list into master 2022-11-09 13:22:33 +00:00
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);
}