# HG changeset patch # User Kim Alvefur # Date 1623770553 -7200 # Node ID 327c7cacd89f5544c9ea75376e2e4c62cb73d510 # Parent 3145823992cbc3d1d1184d422ca4e44240d67fff mod_http_muc_log: Highlight messages directly linked to diff -r 3145823992cb -r 327c7cacd89f 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}