updated css

This commit is contained in:
2024-09-16 23:14:16 -07:00
parent e6015b56c2
commit c508e20157

View File

@ -93,6 +93,20 @@ body>header>a {
}
}
body>header>nav {
display: flex;
align-items: center;
}
body>header>nav>a {
color: var(--foreground);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
body>.content {
flex: 1;
padding: 0.5em;