add the start of a temperature graph to miner page

This commit is contained in:
UpstreamData
2022-03-21 09:39:54 -06:00
parent 4038dae446
commit e267073f76
3 changed files with 93 additions and 13 deletions

View File

@@ -155,11 +155,11 @@ main {
background-image: linear-gradient(180deg, #D0368A 0%, #708AD4 99%);
}
.nav-link:hover {
.navbar-link:hover {
background-image: linear-gradient(180deg, #760A45 0%, #23449F 99%);
}
.nav-link {
.navbar-link {
transition: unset;
color: unset;
}