Fix bug for home active link; enter button hover

This commit is contained in:
2021-07-29 19:07:45 +02:00
parent 01cc8fff4d
commit 3d35886051
2 changed files with 10 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ header {
font-size: 0.9rem;
cursor: pointer;
}
#title button:hover {
background-color: rgba(254, 254, 254, 0.25);
}
/* ---- Navbar ----- */
.active {
color: #fff;font-weight:bold;