master
kek7198 2021-12-19 23:16:59 -06:00
parent bdc434e7bc
commit ee59666c61
1 changed files with 9 additions and 1 deletions

View File

@ -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;