From 25e230fce330aa1c8dc20c00f942d57817f89285 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Mon, 10 Apr 2023 13:29:50 +0000 Subject: [PATCH] Remove opacity value to fix color contrast --- src/mastodon-timeline.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mastodon-timeline.css b/src/mastodon-timeline.css index cd45beb..e997fe3 100644 --- a/src/mastodon-timeline.css +++ b/src/mastodon-timeline.css @@ -234,7 +234,6 @@ html[data-theme="dark"] { /* Date */ .toot-date { font-size: 0.75rem; - opacity: 0.5; } /* Loading-spinner */