minor style changes

This commit is contained in:
semblanceofsense 2025-02-22 14:47:48 -07:00
parent 1715c87983
commit 63d01f09d7

View File

@ -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; }