diff mod_http_muc_log/res/http_muc_log.html @ 4591:327c7cacd89f

mod_http_muc_log: Highlight messages directly linked to
author Kim Alvefur <zash@zash.se>
date Tue, 15 Jun 2021 17:22:33 +0200
parents b1a5c2ee49c4
children 38f501dca618
line wrap: on
line diff
--- a/mod_http_muc_log/res/http_muc_log.html	Tue Jun 15 17:20:05 2021 +0200
+++ b/mod_http_muc_log/res/http_muc_log.html	Tue Jun 15 17:22:33 2021 +0200
@@ -45,6 +45,7 @@
 .button{display:inline-block}
 .button>a{color:white;background-color:orange;border-radius:4px}
 form{text-align:right}
+li:target{outline:1px gray dotted}
 @media (prefers-color-scheme: dark) {
 html{color:#eee}
 body{background-color:#161616}