fix
This commit is contained in:
parent
2567248efb
commit
de323de91e
1 changed files with 7 additions and 4 deletions
11
files/static/dist/main.css
vendored
11
files/static/dist/main.css
vendored
|
@ -2119,10 +2119,6 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
||||
}
|
||||
.text-gray-900 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-900), var(--tw-text-opacity));
|
||||
}
|
||||
.text-gray-200 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-200), var(--tw-text-opacity));
|
||||
|
@ -2139,6 +2135,10 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgba(245, 158, 11, var(--tw-text-opacity));
|
||||
}
|
||||
.text-gray-900 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-900), var(--tw-text-opacity));
|
||||
}
|
||||
.text-red-900 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(127, 29, 29, var(--tw-text-opacity));
|
||||
|
@ -2183,6 +2183,9 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
||||
}
|
||||
.text-black\/40 {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.text-\[\#db2777\] {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(219, 39, 119, var(--tw-text-opacity));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue