tweak navbar border width

This commit is contained in:
2026-02-20 08:46:40 -08:00
parent 9249a6e050
commit 9db3d3b34c

View File

@ -5,7 +5,7 @@ header {
background-color: var(--color-bg); background-color: var(--color-bg);
padding: .75rem 0; padding: .75rem 0;
z-index: 10; z-index: 10;
border-bottom: .5rem solid var(--color-teal); border-bottom: thick solid var(--color-teal);
box-shadow: 0 .25rem .15rem var(--color-shadow); box-shadow: 0 .25rem .15rem var(--color-shadow);
} }
@ -199,7 +199,7 @@ header li {
footer { footer {
padding: 1rem 0; padding: 1rem 0;
font-size: .9rem; font-size: .9rem;
border-top: .5rem solid var(--color-pink); border-top: thick solid var(--color-pink);
} }
footer ul { footer ul {