mirror of
https://github.com/prometheus/prometheus
synced 2025-01-11 17:19:45 +00: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 New Issue
Block a user