aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/static
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-07-24 22:32:58 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-07-24 22:32:58 +0200
commitce7e97b2492a84dab23fd244db424a4fa0b62118 (patch)
tree8f0d25641b83d22665aaf9405bd2d9d1cace5a89 /zurb-F5-basic/static
parentd87372a6ec7e626e539b5c090733337732617585 (diff)
downloadpelican-themes-ce7e97b2492a84dab23fd244db424a4fa0b62118.tar.gz
Make article titles bolder.
Diffstat (limited to 'zurb-F5-basic/static')
-rw-r--r--zurb-F5-basic/static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/zurb-F5-basic/static/css/style.css b/zurb-F5-basic/static/css/style.css
index 3eedd8e..7fd1d6b 100644
--- a/zurb-F5-basic/static/css/style.css
+++ b/zurb-F5-basic/static/css/style.css
@@ -36,6 +36,7 @@ text-transform: uppercase;
h3.article-title {
margin-bottom: 0em;
color: #3A91CB;
+font-weight: bolder;
}