navbar hover

This commit is contained in:
Tim
2026-03-11 00:33:24 +01:00
parent 8b51809085
commit e3004bbc72

View File

@@ -174,6 +174,9 @@ export default function NavBar() {
display: "flex",
alignItems: "center", // <--- HIER hinzugefügt
height: "100%", // optional
":hover": {
color: "#fff1d8ff"
}
}}
>
Digitaler Produktionsshop