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:
parent
69a5cccbf6
commit
ec84b9165f
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ html_header = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
.person { color: #DD1144; }
|
.person { color: #DD1144; }
|
||||||
.join, .part, .quit, .kick, .mode, .topic, .nick { color: #42558C; }
|
.join, .part, .quit, .kick, .mode, .topic, .nick { color: #42558C; }
|
||||||
.notice { color: #AE768C; }
|
.notice { color: #AE768C; }
|
||||||
|
.time:target { color: red; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue