Highlight targeted time in red

Linking to a time within one day didn't highlight it in any way, this patch colors the targeted time (from the hash in the URL) red.
This commit is contained in:
Richard Pannek 2017-05-31 13:37:43 +02:00 committed by Jonatan Pålsson
parent 69a5cccbf6
commit ec84b9165f

View file

@ -130,6 +130,7 @@ html_header = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
.person { color: #DD1144; }
.join, .part, .quit, .kick, .mode, .topic, .nick { color: #42558C; }
.notice { color: #AE768C; }
.time:target { color: red; }
</style>
</head>
<body>