diff options
| author | user@node5.net <user@node5.net> | 2025-09-25 22:06:52 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-09-25 22:06:52 +0200 |
| commit | 6a2f3f8492316f4aab810ba67a382a1b73f4f7ec (patch) | |
| tree | ef47f0161e92729015fbc3319795c0b4553e85ad /blog.node5.net/static/main.css | |
| parent | 9f731f24b10545dbdbf0060f39a53ada7b09a2ed (diff) | |
Style - Title hairline -> under line
Diffstat (limited to 'blog.node5.net/static/main.css')
| -rw-r--r-- | blog.node5.net/static/main.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css index 0d93b47..2ec91ea 100644 --- a/blog.node5.net/static/main.css +++ b/blog.node5.net/static/main.css @@ -114,6 +114,8 @@ a:visited { h1 { color: var(--secondary-color); margin: 0; + text-decoration: underline; + text-decoration-thickness: 0.1em; } h2 { @@ -138,7 +140,7 @@ tr:nth-child(even) { } .entries { - margin: 0; + padding-top: 2em; padding: 0; list-style: None; } |
