From 85bd2a9205ac4de6875000eb79f5685f4df71112 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 8 Jun 2021 21:39:56 +0200 Subject: Use limegreen for the OK state --- public/css/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/application.css b/public/css/application.css index 094313c..c1bd45c 100644 --- a/public/css/application.css +++ b/public/css/application.css @@ -15,7 +15,7 @@ th, td { } .true { - color: green; + color: limegreen; } .false { color: red; -- cgit