fix
This commit is contained in:
parent
2877965c1f
commit
76af677ae5
1 changed files with 6 additions and 1 deletions
7
files/static/dist/main.css
vendored
7
files/static/dist/main.css
vendored
|
@ -2164,7 +2164,7 @@ video {
|
|||
}
|
||||
|
||||
.theme-midnight {
|
||||
--color-primary: 2,132,199;
|
||||
--color-primary: 219,39,119;
|
||||
--color-100: 244,244,245;
|
||||
--color-200: 228,228,231;
|
||||
--color-300: 212,212,216;
|
||||
|
@ -2890,6 +2890,11 @@ img.emoji-lg {
|
|||
background-color: rgba(var(--color-800), var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:bg-gray-900 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(var(--color-900), var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:bg-none {
|
||||
background-image: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue