stats: Change popover font size and weight to be more readable.

This changes the font size and weight of the popver at the bottom
of the screen (hover over "?" to see) to be a larger font size
(increased to 0.75rem from 11px) and to a bolder font weight
(500 from 300) which improves the readability of it.
This commit is contained in:
Brock Whittaker 2017-04-11 14:00:27 -07:00
parent 794c7c5508
commit 473214b32f
1 changed files with 6 additions and 0 deletions

View File

@ -303,7 +303,13 @@ svg {
}
.tooltip-inner {
padding: 10px;
max-width: 350px;
font-size: 0.75rem;
font-weight: 500;
text-align: left;
line-height: 1.4;
}
@media (max-width: 1127px) {