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:
Ben Kochie 2019-10-28 10:22:36 +01:00 committed by Julius Volz
parent c83094b443
commit 3f3986ed53

View File

@ -1,5 +1,5 @@
.query-stats{
flex-grow: 1;
font-size: 9px;
color: #999;
font-size: 0.7rem;
color: #71808e;
}