From b7953147167230e591be7cf6a0151b46439242e9 Mon Sep 17 00:00:00 2001 From: vysitor Date: Thu, 20 Mar 2025 15:24:44 +0100 Subject: [PATCH] added stylesheet sentiment colors --- src/main/resources/static/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index 3c319f2..94d0436 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -234,6 +234,18 @@ tbody tr:hover { text-align: center; } +.sentiment-positive { + color: green; +} + +.sentiment-negative { + color: red; +} + +.sentiment-neutral { + color: grey; +} + .back-link { position: fixed; bottom: 50px;