From 80bfd7d4943ed3b9e4431446111dfbbcd082f272 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Tue, 10 Dec 2024 00:23:57 +0200 Subject: [PATCH] Change to even darker bg for embeds --- layout-single-column.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout-single-column.css b/layout-single-column.css index 82ee05e..5952caa 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -4280,7 +4280,7 @@ body .compose-form .compose-form__uploads { /* Embeds outside Mastodon */ body.embed { /* stylelint-disable-next-line */ - background-color: #14171d !important; + background-color: #0e1014 !important; /* Make sure with !important */ /* stylelint-disable-next-line */ border: 0;