diff options
author | joe <rbo@gmx.us> | 2025-10-06 22:33:31 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-06 22:33:31 +0200 |
commit | b9458e776428410ed963e1c0284a55f219227e52 (patch) | |
tree | 662e4df56ced1ce5f2e159e813022b7e51b74262 | |
parent | Thought: Mon, 06 Oct 2025 22:24 (diff) | |
download | joe-www-b9458e776428410ed963e1c0284a55f219227e52.tar.gz joe-www-b9458e776428410ed963e1c0284a55f219227e52.tar.bz2 joe-www-b9458e776428410ed963e1c0284a55f219227e52.tar.xz joe-www-b9458e776428410ed963e1c0284a55f219227e52.tar.zst joe-www-b9458e776428410ed963e1c0284a55f219227e52.zip |
up
-rw-r--r-- | css/site.css | 6 | ||||
-rw-r--r-- | thoughts.html | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/css/site.css b/css/site.css index 5c3c03f..cf3c06d 100644 --- a/css/site.css +++ b/css/site.css @@ -201,6 +201,12 @@ div.body-contents h4 { margin-top: 1em; } +div.body-contents h5 { + padding-top: 0.1rem; + margin: 0.05rem 0em 0.05rem 0em; + color: #32302f; +} + div.body-contents p { margin: 1em 1ex 1em 1ex !important; } diff --git a/thoughts.html b/thoughts.html index 9eacfcc..9bc50af 100644 --- a/thoughts.html +++ b/thoughts.html @@ -58,7 +58,8 @@ </p> <h2>the thoughts</h2> <!-- thoughts here --> - <h3>Mon, 06 Oct 2025 22:24 - about rust</h3> + <h3>about rust</h3> + <h5>Mon, 06 Oct 2025 22:24M</h5> <p> boycott rust </p> |