fix: ios status bar mirror theme

This commit is contained in:
benonymity 2023-12-23 00:00:50 -05:00
parent 793f0c05f7
commit 26d0209763
3 changed files with 7 additions and 8 deletions

View file

@ -16,10 +16,6 @@ textarea {
user-select: auto;
}
body {
background-color: #262626;
}
.layout-wrapper {
height: calc(100vh - env(safe-area-inset-top));
min-height: calc(100vh - env(safe-area-inset-top));

View file

@ -40,4 +40,8 @@
--gradient-audio-player: linear-gradient(169deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 80%);
--gradient-minimized-audio-player: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 60%);
}
body {
@apply bg-primary
}
}

View file

@ -1,14 +1,13 @@
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
purge: {
content: {
safelist: [
'bg-success',
'bg-info',
'text-info'
]
},
darkMode: false,
theme: {
extend: {
screens: {