changeset 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 3145823992cb
children 38f501dca618
files mod_http_muc_log/res/http_muc_log.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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}