mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +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));
|
background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-mantine-color-scheme] & .active {
|
[data-mantine-color-scheme] &.active {
|
||||||
background-color: var(--mantine-color-blue-filled);
|
background-color: #D40404;
|
||||||
color: var(--mantine-color-white);
|
color: var(--mantine-color-white);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
import { useState } from 'react';
|
|
||||||
import { Burger, Container, Group } from '@mantine/core';
|
import { Burger, Container, Group } from '@mantine/core';
|
||||||
import { useDisclosure } from '@mantine/hooks';
|
import { useDisclosure } from '@mantine/hooks';
|
||||||
import classes from './BarkHeader.module.css';
|
import classes from './BarkHeader.module.css';
|
||||||
|
|||||||
Reference in New Issue
Block a user