From 2c726e551d90d20bcd2d78545c369864cc9038e5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 01:32:41 +0200 Subject: Use CSV’s for mintages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 9ce0d82..023317c 100644 --- a/static/style.css +++ b/static/style.css @@ -2377,3 +2377,7 @@ dl.unix-style dd { dl dt:not(:first-child) { margin-top: var(--block-spacing-vertical); } + +.error { + color: var(--del-color); +} \ No newline at end of file -- cgit v1.2.3