web: dark mode (#368)

* web: initial dark mode

* web: re-fix sidebar colour in dark mode

* web: fix dark mode for user settings

* web: fix dark mode for flows

* core: match delete template's footer with generic form

* admin: show app icon in app list
This commit is contained in:
Jens L
2020-12-06 18:02:04 +01:00
committed by GitHub
parent 3487c41ce0
commit c03754abec
6 changed files with 122 additions and 12 deletions

View File

@ -5,6 +5,8 @@ import PageStyle from "@patternfly/patternfly/components/Page/page.css";
import NavStyle from "@patternfly/patternfly/components/Nav/nav.css";
// @ts-ignore
import GlobalsStyle from "@patternfly/patternfly/base/patternfly-globals.css";
// @ts-ignore
import AKGlobal from "../../authentik.css";
import { until } from "lit-html/directives/until";
@ -31,6 +33,7 @@ export class Sidebar extends LitElement {
GlobalsStyle,
PageStyle,
NavStyle,
AKGlobal,
css`
.pf-c-nav__list .sidebar-brand {
max-height: 82px;