From f26d929bf799e9de92fda40f2bebce3e9cd947e4 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sat, 22 Feb 2025 16:09:27 -0700 Subject: [PATCH] removed dead code --- _werc/pub/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/_werc/pub/style.css b/_werc/pub/style.css index 5f64db8..5df249f 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -10,9 +10,6 @@ nav ul { display: flex; flex-direction: column; list-style-type: none; list-styl nav li ul { padding-left: 0.6em } footer { display: flex; justify-content: space-between; } -/* header and top bar */ -header h1 { background-color: #dfbfff; border-bottom: 2px solid black; border: 2px solid black; } - /* body */ body { background-color: #ffdab3 }