Update main.css
This commit is contained in:
parent
a1effafc3b
commit
a10b9e4cff
1 changed files with 9 additions and 0 deletions
9
files/static/dist/main.css
vendored
9
files/static/dist/main.css
vendored
|
@ -2825,6 +2825,15 @@ img.emoji-lg {
|
|||
background-color: rgba(var(--color-800), var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:from-gray-800 {
|
||||
--tw-gradient-from: rgb(var(--color-800));
|
||||
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(var(--color-800), 0));
|
||||
}
|
||||
|
||||
.dark .dark\:to-gray-700 {
|
||||
--tw-gradient-to: rgb(var(--color-700));
|
||||
}
|
||||
|
||||
.dark .dark\:text-gray-200 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-200), var(--tw-text-opacity));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue