From ecda238c01a4e6bb837f9a2fb0714648dea08d03 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Fri, 17 Oct 2025 18:39:21 +0700 Subject: feat: allow links to appear in tooltips in gallery --- static/input.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/input.css') diff --git a/static/input.css b/static/input.css index 01a747e..910149a 100644 --- a/static/input.css +++ b/static/input.css @@ -122,12 +122,12 @@ html { --squares-and-triangles-background-height-coef: 15; } -a { +a, .linklike { color: var(--main-medium-color) !important; text-decoration: underline; } -a:hover { +a:hover, .linklike:hover { color: var(--main-light-color) !important; } -- cgit v1.3.1+13