fix
This commit is contained in:
parent
322419c0fe
commit
1d1276f40c
1 changed files with 5 additions and 5 deletions
10
files/static/dist/main.css
vendored
10
files/static/dist/main.css
vendored
|
@ -2654,6 +2654,11 @@ img.emoji-lg {
|
|||
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.hover\:text-primary:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-primary), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.hover\:text-green-700:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(21, 128, 61, var(--tw-text-opacity));
|
||||
|
@ -2674,11 +2679,6 @@ img.emoji-lg {
|
|||
color: rgba(2, 132, 199, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.hover\:text-primary:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-primary), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.hover\:text-red-700:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(185, 28, 28, var(--tw-text-opacity));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue