diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-07-24 22:32:58 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-07-24 22:32:58 +0200 |
commit | ce7e97b2492a84dab23fd244db424a4fa0b62118 (patch) | |
tree | 8f0d25641b83d22665aaf9405bd2d9d1cace5a89 /zurb-F5-basic/static | |
parent | d87372a6ec7e626e539b5c090733337732617585 (diff) | |
download | pelican-themes-ce7e97b2492a84dab23fd244db424a4fa0b62118.tar.gz |
Make article titles bolder.
Diffstat (limited to 'zurb-F5-basic/static')
-rw-r--r-- | zurb-F5-basic/static/css/style.css | 1 |
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;
}
|