changed color to seleted interface insid dropdown

This commit is contained in:
gabryon99 2020-03-05 09:29:42 +01:00
parent 4fa013a318
commit 13eb3b6c9a
2 changed files with 7 additions and 2 deletions

View file

@ -877,6 +877,11 @@ path.link {
.info-stats div.down {
margin-top: -.55rem;
}
.info-stats {
display: flex;
height: 100%;
align-items: center;
}
.info-stats a {
color:rgb(56, 59, 69);
text-decoration: none;