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
|
@ -64,6 +64,10 @@ th, td {
|
||||||
color: #888800;
|
color: #888800;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td-title a {
|
||||||
|
color: #888800;
|
||||||
|
}
|
||||||
|
|
||||||
.td-valign-top {
|
.td-valign-top {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,6 +59,10 @@ th, td {
|
||||||
color: #cccc00;
|
color: #cccc00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td-title a {
|
||||||
|
color: #cccc00;
|
||||||
|
}
|
||||||
|
|
||||||
.text-title-multihost {
|
.text-title-multihost {
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
Loading…
Reference in New Issue