Dropdown color update.

This commit is contained in:
softsimon
2020-05-10 16:22:35 +07:00
parent 91a45aae30
commit db64abec4e
3 changed files with 18 additions and 7 deletions

View File

@@ -34,4 +34,16 @@ nav {
position: absolute;
top: 13px;
left: 70px;
}
}
.mainnet.active {
background-color: #653b9c;
}
.liquid.active {
background-color: #116761;
}
.testnet.active {
background-color: #1d486f;
}