Update index_template.html

This commit is contained in:
Waldek 2020-07-06 16:41:43 +02:00 committed by GitHub
parent 34ecbfce87
commit 4b74a8c2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -71,13 +71,13 @@
</script>
<style>
a:link {
color: brown;
color: #0066ff;
text-decoration: none;
}
/* visited link */
a:visited {
color: brown;
color: #0066ff;
text-decoration: none;
}
@ -88,7 +88,7 @@ a:hover {
}
/* selected link */
a:active {
color: brown;
color: #0066ff;
text-decoration: none;
}
.tooltip {