Navitem hover

This commit is contained in:
Daniel Flanagan 2022-10-01 14:35:36 -05:00
parent ec37a08214
commit 6af67672fc
Signed by untrusted user: lytedev-divvy
GPG Key ID: 6D69CEEE4ABBCD82
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import { JSX } from "preact";
const NAV_ITEM_CLASSES = "flex justify-center items-center px-4 py-2";
const NAV_ITEM_CLASSES =
"flex justify-center items-center px-4 py-2 hover:(bg-gray-700)";
const HEADER_CLASSES = "bg-gray-200 dark:bg-gray-800";