mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-24 04:02:04 -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{
|
||||
flex-grow: 1;
|
||||
font-size: 9px;
|
||||
color: #999;
|
||||
font-size: 0.7rem;
|
||||
color: #71808e;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue