From da2ae77016fc0a36ed129ae2b40f8ff0944130ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Sun, 10 Apr 2016 22:39:24 +0200
Subject: [PATCH] Fix bold text

fixes #34
---
 theme/sass/style.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/theme/sass/style.scss b/theme/sass/style.scss
index 0417327a..e46a7e15 100644
--- a/theme/sass/style.scss
+++ b/theme/sass/style.scss
@@ -342,4 +342,8 @@ nav.subnav li {
   }
 }
 
+strong {
+    font-weight: bold;
+}
+
 @import "search.scss"
-- 
GitLab