mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Dark mode.
This commit is contained in:
parent
4bb95cd997
commit
aa265d1d42
29 changed files with 221 additions and 60 deletions
6
components/layout/Layout.module.css
Normal file
6
components/layout/Layout.module.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue