From 3bf8dc6c2a5f2cba98449e38ca5829863c8f05e1 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 28 Jun 2025 11:57:32 +0200 Subject: [PATCH] Update static/css/style.css --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index c5ddba1..2a9ba29 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -245,4 +245,9 @@ canvas { #legend5 li.inactive { opacity: 0.5; text-decoration: line-through; +} + +.info-icon { + cursor: pointer; + font-weight: bold; } \ No newline at end of file