summaryrefslogtreecommitdiff
path: root/irclog/search/index.html
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-04 22:34:33 +0800
committerMistivia <i@mistivia.com>2025-11-04 22:34:33 +0800
commit6c66b7c72013f8e335d93b28e743101883f30bb9 (patch)
tree38d257a068361bb31456f5cd85bb69e4b4538783 /irclog/search/index.html
parentcb63d6de3d3e8b747bf1b178190a183b9ab4a506 (diff)
add scroll to log line
Diffstat (limited to 'irclog/search/index.html')
-rw-r--r--irclog/search/index.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/irclog/search/index.html b/irclog/search/index.html
index 066b30d..a31414b 100644
--- a/irclog/search/index.html
+++ b/irclog/search/index.html
@@ -45,6 +45,22 @@
color: blue;
text-decoration: underline;
}
+ .logline {
+ color: black;
+ text-decoration: none;
+ }
+ .logline:link {
+ color: black;
+ text-decoration: none;
+ }
+ .logline:hover {
+ color: black;
+ text-decoration: underline;
+ }
+ .logline:visited {
+ color: black;
+ text-decoration: none;
+ }
</style>
</head>
<body>
@@ -57,6 +73,6 @@
<br>
</div>
<div id="log-container"></div>
- <script src="./search.js"></script>
+ <script src="./search1.js"></script>
</body>
</html>