Update index_template.html

This commit is contained in:
Waldek
2020-07-06 16:42:23 +02:00
committed by GitHub
parent 31f36e12b0
commit 92b4f1e175
+3 -3
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 {