generate css classes based on theme

This commit is contained in:
Max Peintner
2023-04-24 09:54:47 +02:00
parent 1d9a858cea
commit e323e48523
14 changed files with 156 additions and 98 deletions

View File

@@ -14,7 +14,7 @@ export function GlobalNav() {
const close = () => setIsOpen(false);
return (
<div className="fixed top-0 z-10 flex w-full flex-col border-b border-gray-300 dark:border-gray-800 bg-background-light-600 dark:bg-background-dark-600 lg:bottom-0 lg:z-auto lg:w-72 lg:border-r">
<div className="fixed top-0 z-10 flex w-full flex-col border-b border-divider-light dark:border-divider-dark bg-background-light-700 dark:bg-background-dark-700 lg:bottom-0 lg:z-auto lg:w-72 lg:border-r">
<div className="flex h-14 items-center py-4 px-4 lg:h-auto">
<Link
href="/"