fix
This commit is contained in:
parent
4bbee38f59
commit
347c305518
1 changed files with 29 additions and 0 deletions
29
files/static/dist/main.css
vendored
29
files/static/dist/main.css
vendored
|
@ -1815,6 +1815,18 @@ video {
|
|||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-\[\#4d7c0f\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-\[\#bef264\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-\[\#d9f99d\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-gray-300\/40 {
|
||||
background-color: rgba(var(--color-300), 0.4);
|
||||
}
|
||||
|
@ -2273,6 +2285,10 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgba(52, 211, 153, var(--tw-text-opacity));
|
||||
}
|
||||
.text-\[\#fde047\] {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(253, 224, 71, var(--tw-text-opacity));
|
||||
}
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -2369,6 +2385,19 @@ video {
|
|||
--color-900: 49,46,129;
|
||||
}
|
||||
|
||||
.theme-limon {
|
||||
--color-primary: 253,224,71;
|
||||
--color-100: 236,252,203;
|
||||
--color-200: 217,249,157;
|
||||
--color-300: 190,242,100;
|
||||
--color-400: 163,230,53;
|
||||
--color-500: 132,204,22;
|
||||
--color-600: 101,163,13;
|
||||
--color-700: 77,124,15;
|
||||
--color-800: 63,98,18;
|
||||
--color-900: 54,83,20;
|
||||
}
|
||||
|
||||
.theme-mocha {
|
||||
--color-primary: 5,150,105;
|
||||
--color-100: 246,246,244;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue