moonfire-nvr/ui/src/index.css
2024-04-13 21:53:59 -07:00

27 lines
536 B
CSS

/*
* This file is part of Moonfire NVR, a security camera network video recorder.
* Copyright (C) 2021 The Moonfire NVR Authors; see AUTHORS and LICENSE.txt.
* SPDX-License-Identifier: GPL-v3.0-or-later WITH GPL-3.0-linking-exception
*/
:root {
--mui-palette-AppBar-darkBg: #000 !important;
--mui-palette-primary-main: #000 !important;
--mui-palette-secondary-main: #e65100 !important;
}
html,
body,
#root {
width: 100%;
height: 100%;
}
a {
color: inherit;
}
[data-mui-color-scheme="dark"] {
color-scheme: dark;
}