fix
This commit is contained in:
parent
d03cc7770d
commit
67427f7016
1 changed files with 9 additions and 1 deletions
10
files/static/dist/main.css
vendored
10
files/static/dist/main.css
vendored
|
@ -1771,6 +1771,10 @@ video {
|
|||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(252, 223, 240, var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-\[\#ec4899\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-gray-300\/40 {
|
||||
background-color: rgba(var(--color-300), 0.4);
|
||||
}
|
||||
|
@ -2213,6 +2217,10 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgba(2, 132, 199, var(--tw-text-opacity));
|
||||
}
|
||||
.text-\[\#ec4899\] {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(236, 72, 153, var(--tw-text-opacity));
|
||||
}
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -2362,7 +2370,7 @@ video {
|
|||
}
|
||||
|
||||
.theme-bubblegum {
|
||||
--color-primary: 2,132,199;
|
||||
--color-primary: 236,72,153;
|
||||
--color-100: 254,236,246;
|
||||
--color-200: 252,223,240;
|
||||
--color-300: 249,168,212;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue