diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; |