From 20633ebc32c85c0a7a00e38dc6ea15bf6b12ac7d Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sat, 22 Feb 2025 16:03:04 -0700 Subject: [PATCH] another colorscheme --- _werc/pub/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/_werc/pub/style.css b/_werc/pub/style.css index c84ae89..5f64db8 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -10,8 +10,14 @@ 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; } -/* body */ -body { background-color: #ccffcc } - /* header and top bar */ header h1 { background-color: #dfbfff; border-bottom: 2px solid black; border: 2px solid black; } + +/* body */ +body { background-color: #ffdab3 } + +/* header and top bar */ +header h1 { border: 2px solid black; } + +/* sidebar */ +body > nav { border: 2px solid black; }