fix
This commit is contained in:
parent
8f74c97b56
commit
2bcdad781b
1 changed files with 5 additions and 4 deletions
9
files/static/dist/main.css
vendored
9
files/static/dist/main.css
vendored
|
@ -2425,10 +2425,6 @@ img.emoji-lg {
|
|||
-o-object-fit: contain;
|
||||
object-fit: contain}
|
||||
|
||||
.last\:border-none:last-child {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.odd\:bg-gray-200:nth-child(odd) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(var(--color-200), var(--tw-bg-opacity));
|
||||
|
@ -2835,6 +2831,11 @@ img.emoji-lg {
|
|||
color: rgba(var(--color-400), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:hover\:text-gray-400:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-400), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
||||
.sm\:static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue