From 5e12dabced6ce55031f5c7f13afb15048d03edcd Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic <steven.lerouzic@gmail.com> Date: Thu, 11 Apr 2024 00:19:44 +0200 Subject: Timer create & delete --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 63193d7..17df2b0 100644 --- a/static/style.css +++ b/static/style.css @@ -6,3 +6,6 @@ body { font-family: sans-serif; } +.error { + color: red; +} -- cgit