File tree Expand file tree Collapse file tree 2 files changed +690
-342
lines changed Expand file tree Collapse file tree 2 files changed +690
-342
lines changed Original file line number Diff line number Diff line change 4545 --color-white : # fff ;
4646 --spacing : 0.25rem ;
4747 --container-sm : 24rem ;
48+ --container-lg : 32rem ;
4849 --container-3xl : 48rem ;
4950 --container-4xl : 56rem ;
5051 --container-7xl : 80rem ;
11941195 .max-w-full {
11951196 max-width : 100% ;
11961197 }
1198+ .max-w-lg {
1199+ max-width : var (--container-lg );
1200+ }
11971201 .max-w-none {
11981202 max-width : none;
11991203 }
15941598 background-color : color-mix (in oklab, var (--color-black ) 40% , transparent);
15951599 }
15961600 }
1601+ .bg-blue-500 {
1602+ background-color : var (--color-blue-500 );
1603+ }
15971604 .bg-blue-600 {
15981605 background-color : var (--color-blue-600 );
15991606 }
16301637 .bg-zinc-100 {
16311638 background-color : var (--color-zinc-100 );
16321639 }
1640+ .bg-zinc-800 {
1641+ background-color : var (--color-zinc-800 );
1642+ }
16331643 .bg-zinc-900 {
16341644 background-color : var (--color-zinc-900 );
16351645 }
31423152 background-color : # 768390 ;
31433153 }
31443154 }
3155+ .dark\:bg-blue-700 {
3156+ & : where (.dark , .dark * ) {
3157+ background-color : var (--color-blue-700 );
3158+ }
3159+ }
31453160 .dark\:text-\[\#768390\] {
31463161 & : where (.dark , .dark * ) {
31473162 color : # 768390 ;
You can’t perform that action at this time.
0 commit comments