From 63d01f09d77cf96a8143bd59de770e55346985db Mon Sep 17 00:00:00 2001 From: semblanceofsense <semblanceofsensegaming@gmail.com> Date: Sat, 22 Feb 2025 14:47:48 -0700 Subject: [PATCH] minor style changes --- _werc/pub/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_werc/pub/style.css b/_werc/pub/style.css index 89d62a7..c84ae89 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -10,5 +10,8 @@ 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: #cc99ff; } +header h1 { background-color: #dfbfff; border-bottom: 2px solid black; border: 2px solid black; }