Frontend: Make menu transparent in "Neon" theme

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-12-29 23:15:41 +01:00
parent 155df657c2
commit 8d33368d9d

View file

@ -4,6 +4,10 @@ body.dark-theme.theme-neon {
background: #212121 !important;
}
.theme-neon .v-speed-dial .v-btn--floating.v-btn--small {
opacity: 0.9;
}
.theme-neon .v-content__wrap,
.theme-neon .p-page,
.theme-neon .form,