mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Adjust React query stats font (#6238)
* Use root relative font size rather than px to avoid hidpi issues. * Darken to 50% saturation of base font color. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
c83094b443
commit
3f3986ed53
|
@ -1,5 +1,5 @@
|
||||||
.query-stats{
|
.query-stats{
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
font-size: 9px;
|
font-size: 0.7rem;
|
||||||
color: #999;
|
color: #71808e;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue