nav: reintroduce background and add border to items

This commit is contained in:
Trianta 2024-11-25 17:12:30 -06:00
parent 9c3539ebef
commit 028ef8df27

View File

@ -10,6 +10,7 @@ body {
}
#navigation {
background: #dce0e8;
display: flex;
padding: 16px;
}
@ -21,6 +22,7 @@ body {
display: inline-block;
text-align: right;
font-weight: bold;
border: 1px solid #4c4f69;
}
#top {