mirror of https://github.com/mikaku/Monitorix.git
Fix link colors which were broken after PR #405.
This commit is contained in:
parent
861728580a
commit
4dc1965be8
|
@ -63,6 +63,10 @@ th, td {
|
|||
font-family: Verdana, sans-serif;
|
||||
color: #888800;
|
||||
}
|
||||
|
||||
.td-title a {
|
||||
color: #888800;
|
||||
}
|
||||
|
||||
.td-valign-top {
|
||||
vertical-align: top;
|
||||
|
|
|
@ -59,6 +59,10 @@ th, td {
|
|||
color: #cccc00;
|
||||
}
|
||||
|
||||
.td-title a {
|
||||
color: #cccc00;
|
||||
}
|
||||
|
||||
.text-title-multihost {
|
||||
font-family: Verdana, sans-serif;
|
||||
color: black;
|
||||
|
|
Loading…
Reference in New Issue