mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Added language and theme settings.
This commit is contained in:
parent
3932cc4abb
commit
98b2ee29ef
86 changed files with 664 additions and 25 deletions
11
components/settings/ThemeSetting.module.css
Normal file
11
components/settings/ThemeSetting.module.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.buttons {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.buttons button {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.active {
|
||||
border: 1px solid var(--gray500);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue