physics exam 3 review
All checks were successful
Build / Build-Docker-Image (push) Successful in 36s

This commit is contained in:
2025-04-12 11:39:15 -04:00
parent 8e2858a244
commit 81440b2266
3 changed files with 123 additions and 5 deletions

View File

@@ -92,4 +92,12 @@ body > div {
.subject > div > a:hover {
background-color: red;
}
a.current {
border-left: 5px solid black;
}
a.current:hover {
background-color: initial !important;
}