aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-07-05 07:56:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-07-05 07:56:08 +0200
commitf134c645d73d78e720444f5f443607ef1fd79a9f (patch)
tree052cfc2fd16cf10101de060347c06099d086117f /template/style.css
parentc05714786bf5d28c3313b8090b6e3a83775c4a76 (diff)
downloadmitjafelicijan.com-f134c645d73d78e720444f5f443607ef1fd79a9f.tar.gz
Make article headline font weight 800
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/style.css b/template/style.css
index 735c082..af0d7bc 100755
--- a/template/style.css
+++ b/template/style.css
@@ -86,6 +86,7 @@ h1[itemtype="headline"] {
86 margin-bottom: 20px; 86 margin-bottom: 20px;
87 font-size: 230%; 87 font-size: 230%;
88 line-height: 1.2em; 88 line-height: 1.2em;
89 font-weight: 800;
89} 90}
90 91
91/* tables */ 92/* tables */