[mod] nav style

This commit is contained in:
Fenris Wolf 2024-09-21 10:56:55 +02:00
parent 5e89204639
commit 510f5766ad

View file

@ -5,8 +5,11 @@ html {
}
header {
background-color: #222;
/*
border-bottom: 2px solid #888;
padding-bottom: 16px;
*/
margin-bottom: 16px;
}
@ -23,8 +26,15 @@ nav > ul > li {
}
a {
padding: 8px;
text-decoration: none;
color: hsl(0, 0%, 87.5%);
}
a:hover {
color: hsl(0, 0%, 100%);
border-bottom: 2px solid hsl(0, 0%, 100%);
transition: 1s ease color;
}
.calendar {