aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
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;