aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-07-08 14:04:02 -0400
committerBradley Taunt <bt@btxx.org>2025-07-08 14:04:02 -0400
commit3a723de8fcc9d5d9601067a2206f5af789229e75 (patch)
treeca1b57db6e5384cd12d283bcb7efd6bf2baba990 /style.css
parentf7ceeda8a3367cd101edc098927fd2211447f526 (diff)
Update core concept behind contributions to hosting etc
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9157d57..b6d5fa3 100644
--- a/style.css
+++ b/style.css
@@ -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;