commit e28e93104ffd8cfa384111e17563c2aeec5b8b35
parent 921f55b5e1e16c4960ad57f62cef38838d1d5dc2
Author: Remy Noulin <loader2x@gmail.com>
Date: Sat, 20 Jun 2020 20:35:11 +0200
add bold style in template css
template/css/main.css | 4 ++++
1 file changed, 4 insertions(+)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/template/css/main.css b/template/css/main.css
@@ -19,6 +19,10 @@ body {
background-color: #fdfdfd;
-webkit-text-size-adjust: 100%; }
+strong {
+ font-weight: bold;
+}
+
/**
* Set `margin-bottom` to maintain vertical rhythm
*/