site accessibility cleanup
All checks were successful
/ build (push) Successful in 28s

This commit is contained in:
Ruben 2025-04-06 23:05:14 -05:00
commit f81e4bb5f1
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
7 changed files with 58 additions and 194 deletions

View file

@ -187,6 +187,8 @@ footer {
border-bottom: .2rem solid var(--accent);
color: var(--foreground);
transition: .2s background-color, .1s border-bottom;
.nav-base {
padding: 0px .2em !important;
max-width: fit-content;
@ -251,6 +253,12 @@ footer {
}
}
.navbar:hover {
transition: .2s background-color, .1s border-bottom;
background-color: var(--accent);
border-bottom: .1rem solid var(--accent);
}
/* text formatting and config stuff
font-family and <p> is set under .terminal */