Fix visual issues on metrics insights (Closes #450)

This commit is contained in:
lowlighter
2021-08-12 11:25:33 +02:00
parent a6be52f198
commit 45d86dd00e
2 changed files with 7 additions and 7 deletions

View File

@@ -121,6 +121,9 @@
width: 100%;
margin: 0 0 .5rem;
}
.languages .language .progress {
border-radius: 6px;
}
.languages .percent {
font-size: .8rem;
}
@@ -360,13 +363,10 @@
color: #E7BD69;
}
.s .info {
color: #FF0000;
color: #EB355E;
}
.s .gauge {
color: #FF0000;
}
.s .icon {
filter: sepia() saturate(100);
color: #EB355E;
}
.secret .info {
color: #FF76CD;