diff --git a/style.css b/style.css index 75918a2..4de5d12 100644 --- a/style.css +++ b/style.css @@ -172,8 +172,8 @@ main { border-radius: 8px; box-shadow: none; } -.header-cards .card .label { font-size: .58rem; white-space: nowrap; } -.header-cards .card .value { font-size: 1.18rem; margin: 0; } +.header-cards .card .label { font-size: .88rem; font-weight: 950; white-space: nowrap; } +.header-cards .card .value { font-size: 1.55rem; font-weight: 950; margin: 0; } .header-cards .card .hint { display: none; } .card.bad .value { color: var(--bad); } .card.warn .value { color: var(--warn); } @@ -394,8 +394,8 @@ tbody tr:hover { background: rgba(255,255,255,.04); } .card .value { font-size: .76rem; line-height: 1.05; } .card .hint { display: none; } .header-cards .card { padding: .14rem .2rem; gap: .18rem; } - .header-cards .card .label { font-size: .48rem; } - .header-cards .card .value { font-size: 1.18rem; } + .header-cards .card .label { font-size: .72rem; font-weight: 950; } + .header-cards .card .value { font-size: 1.45rem; font-weight: 950; } .header-entries { padding: .16rem .22rem; margin: .16rem 0; } .header-entries .table-wrap { overflow-x: visible; overflow-y: visible; }