diff options
author | Bradley Taunt <bt@btxx.org> | 2025-07-08 14:04:02 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-07-08 14:04:02 -0400 |
commit | 3a723de8fcc9d5d9601067a2206f5af789229e75 (patch) | |
tree | ca1b57db6e5384cd12d283bcb7efd6bf2baba990 /style.css | |
parent | f7ceeda8a3367cd101edc098927fd2211447f526 (diff) |
Update core concept behind contributions to hosting etc
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -21,13 +21,18 @@ body { padding: 10px; } -h1,h2,h3,h4,h5,h6 { +h1,h2,h3,h5,h6 { background: #516C95; color: white; text-align: center; padding: 10px; } +h4 { + border-bottom: 1px solid; + font-size: 1.2rem; +} + h1 { background: #CD214F; line-height: 1; |