diff options
| author | Mistivia <i@mistivia.com> | 2025-11-04 22:34:33 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-04 22:34:33 +0800 |
| commit | 6c66b7c72013f8e335d93b28e743101883f30bb9 (patch) | |
| tree | 38d257a068361bb31456f5cd85bb69e4b4538783 /irclog/search/index.html | |
| parent | cb63d6de3d3e8b747bf1b178190a183b9ab4a506 (diff) | |
add scroll to log line
Diffstat (limited to 'irclog/search/index.html')
| -rw-r--r-- | irclog/search/index.html | 18 |
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> |
