mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-12 22:11:54 +00:00
header works
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));
|
||||
}
|
||||
|
||||
[data-mantine-color-scheme] & .active {
|
||||
background-color: var(--mantine-color-blue-filled);
|
||||
[data-mantine-color-scheme] &.active {
|
||||
background-color: #D40404;
|
||||
color: var(--mantine-color-white);
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
import { useState } from 'react';
|
||||
import { Burger, Container, Group } from '@mantine/core';
|
||||
import { useDisclosure } from '@mantine/hooks';
|
||||
import classes from './BarkHeader.module.css';
|
||||
|
||||
Reference in New Issue
Block a user