From 25e8362f6cbbd31539b7e0b9a3c49bd1ecf5e662 Mon Sep 17 00:00:00 2001 From: decibyte <3xm@detfalskested.dk> Date: Wed, 9 Nov 2022 13:01:38 +0000 Subject: [PATCH] Fix missing logo --- _sass/_datacoop.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/_datacoop.scss b/_sass/_datacoop.scss index 9067293..eb94672 100644 --- a/_sass/_datacoop.scss +++ b/_sass/_datacoop.scss @@ -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); }