This commit is contained in:
bergamotoil
2025-10-16 22:27:17 -06:00
parent 262f5c0fa0
commit 89624e7fe5
4 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ header nav div a { text-decoration: underline; color: #54402c; }
/* sidebar */
body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #ac8760; border-radius: 25px; padding-left: 10px; }
#side-bar > div { line-height: 50px; font-size: large }
/* article */
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; }