From de56436a0d9dc796fded00e33bf9b24d68dae9f2 Mon Sep 17 00:00:00 2001 From: idotj Date: Mon, 6 Feb 2023 19:02:28 +0100 Subject: [PATCH] Add color variable --- src/mastodon-timeline.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mastodon-timeline.css b/src/mastodon-timeline.css index d26a28e..3f58316 100644 --- a/src/mastodon-timeline.css +++ b/src/mastodon-timeline.css @@ -9,6 +9,7 @@ --line-gray-color: #c0cdd9; --content-text: #000; --link-color: #3a3bff; + --error-text-color: #8b0000; --text-max-lines: none; } @@ -133,7 +134,7 @@ height: 100%; justify-content: center; align-items: center; - color: #8b0000; + color: var(--error-text-color); padding: 10px; text-align: center; }