From c5f7d2abf91ffc4af41cfa2889844dbaef28b3b4 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 22 Dec 2019 16:04:14 +0000 Subject: [PATCH] Increase visibility for small-text --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 73c396eb..285df487 100644 --- a/static/style.css +++ b/static/style.css @@ -59,7 +59,7 @@ em { .small-text { font-size: 12px; - font-weight: lighter; + font-weight: 300; margin-bottom: 0px; }