From f883bce5c3f1dd59a1a519854a6a31f6b234c117 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sat, 22 Feb 2025 14:26:19 -0700 Subject: [PATCH] changed header color --- _werc/pub/style/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_werc/pub/style/style.css b/_werc/pub/style/style.css index 91f060e..b8da61d 100644 --- a/_werc/pub/style/style.css +++ b/_werc/pub/style/style.css @@ -9,3 +9,6 @@ body > nav { flex-basis: content; padding-right: 1vw; min-width: 16em; } nav ul { display: flex; flex-direction: column; list-style-type: none; list-style-position: outside; padding-left: 0; } nav li ul { padding-left: 0.6em } footer { display: flex; justify-content: space-between; } + +/* header and top bar */ +header h1 { background: #cc99ff }