fix
This commit is contained in:
parent
3479aad643
commit
e17effe0f9
1 changed files with 8 additions and 0 deletions
8
files/static/dist/main.css
vendored
8
files/static/dist/main.css
vendored
|
@ -3287,6 +3287,10 @@ video {
|
||||||
background-color: rgba(var(--color-800), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-800), var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .dark\:bg-white\/\[\.05\] {
|
||||||
|
background-color: rgba(255, 255, 255, .05);
|
||||||
|
}
|
||||||
|
|
||||||
.dark .dark\:bg-gray-700\/40 {
|
.dark .dark\:bg-gray-700\/40 {
|
||||||
background-color: rgba(var(--color-700), 0.4);
|
background-color: rgba(var(--color-700), 0.4);
|
||||||
}
|
}
|
||||||
|
@ -3354,6 +3358,10 @@ video {
|
||||||
color: rgba(var(--color-400), var(--tw-text-opacity));
|
color: rgba(var(--color-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .dark\:focus\:bg-transparent:focus {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
|
|
||||||
.sm\:static {
|
.sm\:static {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue