mod_http_muc_log: Highlight messages directly linked to
authorKim Alvefur <zash@zash.se>
Tue, 15 Jun 2021 17:22:33 +0200
changeset 4595 327c7cacd89f
parent 4594 3145823992cb
child 4596 38f501dca618
mod_http_muc_log: Highlight messages directly linked to
mod_http_muc_log/res/http_muc_log.html
--- 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}