mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
Feature/misc tasks (#864)
* feat(backend): 🌐 make foods/ingredients translatable * feat(backend): ✨ add remember me support for login - 14 days * feat(frontend): 💄 add persistent darkmode for user sessions * capture #859 * feat(frontend): 💄 add basic open-graph data for site links
This commit is contained in:
parent
c32d7d7486
commit
ba4107348f
11 changed files with 323 additions and 1054 deletions
|
@ -19,12 +19,6 @@
|
|||
background-color: var(--v-background-base, #121212) !important;
|
||||
}
|
||||
|
||||
/* 1E1E1E */
|
||||
|
||||
.theme--dark.v-card {
|
||||
background-color: #2b2b2b !important;
|
||||
}
|
||||
|
||||
.theme--light.v-application {
|
||||
background-color: var(--v-background-base, white) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue