fix
This commit is contained in:
parent
c5ac198687
commit
06651a5af7
1 changed files with 10 additions and 5 deletions
15
files/static/dist/main.css
vendored
15
files/static/dist/main.css
vendored
|
@ -3023,6 +3023,11 @@ video {
|
|||
--tw-gradient-to: rgb(var(--color-700));
|
||||
}
|
||||
|
||||
.dark .dark\:text-gray-400 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-400), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:text-gray-100 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-100), var(--tw-text-opacity));
|
||||
|
@ -3033,11 +3038,6 @@ video {
|
|||
color: rgba(var(--color-200), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:text-gray-400 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-400), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:text-gray-500 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-500), var(--tw-text-opacity));
|
||||
|
@ -3058,6 +3058,11 @@ video {
|
|||
background-color: rgba(var(--color-600), var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:hover\:text-gray-200:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-200), var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.dark .dark\:hover\:text-gray-400:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-400), var(--tw-text-opacity));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue