Skip to content

Commit

Permalink
change theme things
Browse files Browse the repository at this point in the history
  • Loading branch information
FACorreiaa committed Jun 20, 2024
1 parent 2dcb90b commit a151be3
Showing 1 changed file with 115 additions and 48 deletions.
163 changes: 115 additions & 48 deletions app/static/css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,50 +1088,6 @@ html {
--wa: 91.9303% 0.070415 86.528084;
--er: 75.5592% 0.129702 2.764177;
}
:root {
--background: 0 0% 100%;
--foreground: 240 10% 3.9%;
--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;
--popover: 0 0% 100%;;
--popover-foreground: 240 10% 3.9%;
--primary: 240 5.9% 10%;
--primary-foreground: 0 0% 98%;
--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;
--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;
--destructive: 0 72.22% 50.59%;
--destructive-foreground: 0 0% 98%;
--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
--ring: 240 5.9% 10%;
--radius: 0.5rem;
}

.dark {
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--card: 240 10% 3.9%;
--card-foreground: 0 0% 98%;
--popover: 240 10% 3.9%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 240 5.9% 10%;
--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
--muted-foreground: 240 5% 64.9%;
--accent: 240 3.7% 15.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%;
}

*, ::before, ::after {
--tw-border-spacing-x: 0;
Expand Down Expand Up @@ -4490,6 +4446,10 @@ details.collapse summary::-webkit-details-marker {
margin-top: 3rem;
margin-bottom: 3rem;
}
.my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
Expand Down Expand Up @@ -4886,6 +4846,11 @@ details.collapse summary::-webkit-details-marker {
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-center {
align-self: center;
}
Expand Down Expand Up @@ -4984,6 +4949,9 @@ details.collapse summary::-webkit-details-marker {
.to-\[\#9089fc\] {
--tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}
.bg-cover {
background-size: cover;
}
.fill-current {
fill: currentColor;
}
Expand All @@ -5000,6 +4968,9 @@ details.collapse summary::-webkit-details-marker {
.p-0 {
padding: 0px;
}
.p-10 {
padding: 2.5rem;
}
.p-2 {
padding: 0.5rem;
}
Expand All @@ -5016,6 +4987,10 @@ details.collapse summary::-webkit-details-marker {
padding-left: 0px;
padding-right: 0px;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
Expand Down Expand Up @@ -5138,6 +5113,10 @@ details.collapse summary::-webkit-details-marker {
font-size: 1.5rem;
line-height: 2rem;
}
.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
Expand Down Expand Up @@ -5300,6 +5279,9 @@ details.collapse summary::-webkit-details-marker {
.duration-150 {
transition-duration: 150ms;
}
.duration-200 {
transition-duration: 200ms;
}
.duration-300 {
transition-duration: 300ms;
}
Expand All @@ -5312,6 +5294,49 @@ details.collapse summary::-webkit-details-marker {
.\[a-zA-Z\:\\-\\\.\] {
a-z-a--z: \-\.;
}
:root {
--background: 0 0% 100%;
--foreground: 240 10% 3.9%;
--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;
--popover: 0 0% 100%;
--popover-foreground: 240 10% 3.9%;
--primary: 240 5.9% 10%;
--primary-foreground: 0 0% 98%;
--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;
--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;
--destructive: 0 72.22% 50.59%;
--destructive-foreground: 0 0% 98%;
--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
--ring: 240 5.9% 10%;
--radius: 0.5rem;
}
[data-theme='dark'] {
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--card: 240 10% 3.9%;
--card-foreground: 0 0% 98%;
--popover: 240 10% 3.9%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 240 5.9% 10%;
--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
--muted-foreground: 240 5% 64.9%;
--accent: 240 3.7% 15.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%;
}
@media (hover:hover) {

.table .hover\:hover:hovertr:hover,
Expand Down Expand Up @@ -5366,10 +5391,6 @@ details.collapse summary::-webkit-details-marker {
--tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:text-purple:focus {
--tw-text-opacity: 1;
color: rgb(126 91 239 / var(--tw-text-opacity));
}
.focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus {
--tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
--tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
Expand All @@ -5392,6 +5413,9 @@ details.collapse summary::-webkit-details-marker {
.focus\:ring-\[\#4285F4\]\/50:focus {
--tw-ring-color: rgb(66 133 244 / 0.5);
}
.focus\:ring-opacity-50:focus {
--tw-ring-opacity: 0.5;
}
.focus-visible\:outline-offset-\[-4px\]:focus-visible {
outline-offset: -4px;
}
Expand Down Expand Up @@ -5585,19 +5609,60 @@ details.collapse summary::-webkit-details-marker {
margin-right: 0.75rem;
}

.lg\:my-0 {
margin-top: 0px;
margin-bottom: 0px;
}

.lg\:mr-5 {
margin-right: 1.25rem;
}

.lg\:w-6\/12 {
width: 50%;
}

.lg\:max-w-3xl {
max-width: 48rem;
}

.lg\:flex-row {
flex-direction: row;
}

.lg\:p-16 {
padding: 4rem;
}

.lg\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}

.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media (min-width: 1280px) {

.xl\:w-5\/12 {
width: 41.666667%;
}

.xl\:w-7\/12 {
width: 58.333333%;
}

.xl\:p-24 {
padding: 6rem;
}

.xl\:text-6xl {
font-size: 3.75rem;
line-height: 1;
}
}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 1;
}
Expand Down Expand Up @@ -5636,3 +5701,5 @@ details.collapse summary::-webkit-details-marker {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
}


0 comments on commit a151be3

Please sign in to comment.