From 86142adcdc6fd483c3ae7791d6a7cff0865e543e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 29 Jan 2024 04:42:20 +0100 Subject: Improve CSS rules for #modal-info links. --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 74a9faf..2ffaef1 100644 --- a/style.css +++ b/style.css @@ -260,6 +260,14 @@ html, body { #modal-info .modal-body ul > li { padding: 0.05rem 0; } +#modal-info .modal-body a { + color: inherit; + text-decoration: none; +} +#modal-info .modal-body a:hover { + opacity: .8; + text-decoration: underline; +} .ol-overlaycontainer-stopevent .modal-backdrop.show { pointer-events: auto; -- cgit v1.2.3