dunno
This commit is contained in:
parent
6af67672fc
commit
ec674a073e
|
@ -1,7 +1,7 @@
|
||||||
import { JSX } from "preact";
|
import { JSX } from "preact";
|
||||||
|
|
||||||
const NAV_ITEM_CLASSES =
|
const NAV_ITEM_CLASSES =
|
||||||
"flex justify-center items-center px-4 py-2 hover:(bg-gray-700)";
|
"flex justify-center items-center px-4 py-2 hover:bg-gray-300 dark:hover:bg-gray-700";
|
||||||
|
|
||||||
const HEADER_CLASSES = "bg-gray-200 dark:bg-gray-800";
|
const HEADER_CLASSES = "bg-gray-200 dark:bg-gray-800";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue