diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-03 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-03 00:00:00 +0000 |
commit | df0539b9c09c676df6da49b446debec9683b9ca234998ae0da467bc57682b971 (patch) | |
tree | 3caca04cf15e235ff55dfd9e054a7a70c632d028b78a21af2e53b1ee53241e0e /static/css/style.css | |
parent | f1da7e8259f39530a7f8e8f9884d0c9d42ef8cb4113a6b38a41e0e3b4a972a54 (diff) | |
download | hugo-theme-journal-df0539b9c09c676df6da49b446debec9683b9ca234998ae0da467bc57682b971.tar.gz hugo-theme-journal-df0539b9c09c676df6da49b446debec9683b9ca234998ae0da467bc57682b971.zip |
Flatten headings 4 through 6 for Gemini
The CSS styling reflects that the headings are flattened as well.
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 259c5d0..913eab6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -39,7 +39,10 @@ body { h1 { color: #ff0000; font-size: 22px; } h2 { color: #66ff00; font-size: 20px; } -h3 { color: #ff007f; font-size: 18px;} +h3 { color: #ff007f; font-size: 18px; } +h4 { color: #ff007f; font-size: 18px; } +h5 { color: #ff007f; font-size: 18px; } +h6 { color: #ff007f; font-size: 18px; } p { overflow-wrap: break-word; |