style(): CSS Hover effects on nav bar (#3)

* style(): CSS Hover effects on nav bar
---------

Co-authored-by: JuLi0n21 <julianschlueterbusiness21@gmail.com>
This commit is contained in:
Kami
2026-03-08 14:30:18 +08:00
committed by GitHub
parent eabb1d0fcc
commit 27685bd28e
24 changed files with 155 additions and 111 deletions

View File

@@ -68,10 +68,10 @@ b {
font-weight: 700;
}
a {
color: var(--accent);
color: #734f96;
}
a:hover {
color: var(--accent);
color: var(--help);
}
p {
margin-bottom: 1em;