summary refs log tree commit diff
path: root/bahnhofshalle/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'bahnhofshalle/style.css')
-rw-r--r--bahnhofshalle/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/bahnhofshalle/style.css b/bahnhofshalle/style.css
index e51a830..bbec6b6 100644
--- a/bahnhofshalle/style.css
+++ b/bahnhofshalle/style.css
@@ -36,6 +36,11 @@ a:visited, a:link {
   color: #0088aa; /* openlab blue */
 }
 
+h3:target {
+  /* highlight a FAQ heading when selected via a link */
+  text-decoration: underline;
+}
+
 .table-container {
   max-width: 100%;
   overflow: auto;