mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-21 15:41:52 -05:00
Update index_template.html
This commit is contained in:
parent
34ecbfce87
commit
4b74a8c2eb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user