1224 lines
22 KiB
CSS
1224 lines
22 KiB
CSS
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
@layer properties;
|
|
@layer theme, base, components, utilities;
|
|
|
|
@layer theme {
|
|
|
|
:root,
|
|
:host {
|
|
--font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
'Noto Color Emoji';
|
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
|
|
monospace;
|
|
--color-red-300: oklch(80.8% 0.114 19.571);
|
|
--color-blue-200: oklch(88.2% 0.059 254.128);
|
|
--color-blue-300: oklch(80.9% 0.105 251.813);
|
|
--color-blue-400: oklch(70.7% 0.165 254.624);
|
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
--color-gray-400: oklch(70.7% 0.022 261.325);
|
|
--color-gray-600: oklch(44.6% 0.03 256.802);
|
|
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
--spacing: 0.25rem;
|
|
--text-xs: 0.75rem;
|
|
--text-xs--line-height: calc(1 / 0.75);
|
|
--text-sm: 0.875rem;
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--text-lg: 1.125rem;
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--text-xl: 1.25rem;
|
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
--text-2xl: 1.5rem;
|
|
--text-2xl--line-height: calc(2 / 1.5);
|
|
--text-3xl: 1.875rem;
|
|
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
--text-4xl: 2.25rem;
|
|
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
--text-6xl: 3.75rem;
|
|
--text-6xl--line-height: 1;
|
|
--font-weight-normal: 400;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--radius-sm: 0.25rem;
|
|
--radius-lg: 0.5rem;
|
|
--default-transition-duration: 150ms;
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-mono-font-family: var(--font-mono);
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
|
|
*,
|
|
::after,
|
|
::before,
|
|
::backdrop,
|
|
::file-selector-button {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 solid;
|
|
}
|
|
|
|
html,
|
|
:host {
|
|
line-height: 1.5;
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
|
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
|
|
b,
|
|
strong {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
code,
|
|
kbd,
|
|
samp,
|
|
pre {
|
|
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
|
|
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
font-size: 1em;
|
|
}
|
|
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
|
|
ol,
|
|
ul,
|
|
menu {
|
|
list-style: none;
|
|
}
|
|
|
|
img,
|
|
svg,
|
|
video,
|
|
canvas,
|
|
audio,
|
|
iframe,
|
|
embed,
|
|
object {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
img,
|
|
video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
optgroup,
|
|
textarea,
|
|
::file-selector-button {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
opacity: 1;
|
|
}
|
|
|
|
:where(select:is([multiple], [size])) optgroup {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
:where(select:is([multiple], [size])) optgroup option {
|
|
padding-inline-start: 20px;
|
|
}
|
|
|
|
::file-selector-button {
|
|
margin-inline-end: 4px;
|
|
}
|
|
|
|
::placeholder {
|
|
opacity: 1;
|
|
}
|
|
|
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
::placeholder {
|
|
color: currentcolor;
|
|
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
|
|
::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
::-webkit-date-and-time-value {
|
|
min-height: 1lh;
|
|
text-align: inherit;
|
|
}
|
|
|
|
::-webkit-datetime-edit {
|
|
display: inline-flex;
|
|
}
|
|
|
|
::-webkit-datetime-edit-fields-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit,
|
|
::-webkit-datetime-edit-year-field,
|
|
::-webkit-datetime-edit-month-field,
|
|
::-webkit-datetime-edit-day-field,
|
|
::-webkit-datetime-edit-hour-field,
|
|
::-webkit-datetime-edit-minute-field,
|
|
::-webkit-datetime-edit-second-field,
|
|
::-webkit-datetime-edit-millisecond-field,
|
|
::-webkit-datetime-edit-meridiem-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-calendar-picker-indicator {
|
|
line-height: 1;
|
|
}
|
|
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
|
|
button,
|
|
input:where([type='button'], [type='reset'], [type='submit']),
|
|
::file-selector-button {
|
|
appearance: button;
|
|
}
|
|
|
|
::-webkit-inner-spin-button,
|
|
::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
[hidden]:where(:not([hidden='until-found'])) {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@layer utilities {
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.static {
|
|
position: static;
|
|
}
|
|
|
|
.top-0 {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.top-full {
|
|
top: 100%;
|
|
}
|
|
|
|
.-bottom-1 {
|
|
bottom: calc(var(--spacing) * -1);
|
|
}
|
|
|
|
.bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.left-0 {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
|
|
@media (width >=40rem) {
|
|
max-width: 40rem;
|
|
}
|
|
|
|
@media (width >=48rem) {
|
|
max-width: 48rem;
|
|
}
|
|
|
|
@media (width >=64rem) {
|
|
max-width: 64rem;
|
|
}
|
|
|
|
@media (width >=80rem) {
|
|
max-width: 80rem;
|
|
}
|
|
|
|
@media (width >=96rem) {
|
|
max-width: 96rem;
|
|
}
|
|
}
|
|
|
|
.mx-1 {
|
|
margin-inline: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.mx-2 {
|
|
margin-inline: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.mx-4 {
|
|
margin-inline: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.mx-\[7\%\] {
|
|
margin-inline: 7%;
|
|
}
|
|
|
|
.my-2 {
|
|
margin-block: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.my-4 {
|
|
margin-block: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.my-5 {
|
|
margin-block: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.my-8 {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.my-10 {
|
|
margin-block: calc(var(--spacing) * 10);
|
|
}
|
|
|
|
.my-14 {
|
|
margin-block: calc(var(--spacing) * 14);
|
|
}
|
|
|
|
.my-\[1\.5\%\] {
|
|
margin-block: 1.5%;
|
|
}
|
|
|
|
.my-\[30\%\] {
|
|
margin-block: 30%;
|
|
}
|
|
|
|
.mt-12 {
|
|
margin-top: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.mt-14 {
|
|
margin-top: calc(var(--spacing) * 14);
|
|
}
|
|
|
|
.mt-24 {
|
|
margin-top: calc(var(--spacing) * 24);
|
|
}
|
|
|
|
.mr-4 {
|
|
margin-right: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.mb-4 {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.ml-2 {
|
|
margin-left: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.ml-4 {
|
|
margin-left: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.ml-auto {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.block {
|
|
display: block;
|
|
}
|
|
|
|
.contents {
|
|
display: contents;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.h-0 {
|
|
height: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.h-6 {
|
|
height: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.h-9 {
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
|
|
.h-\[3px\] {
|
|
height: 3px;
|
|
}
|
|
|
|
.h-auto {
|
|
height: auto;
|
|
}
|
|
|
|
.h-fit {
|
|
height: fit-content;
|
|
}
|
|
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
|
|
.min-h-screen {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.w-0 {
|
|
width: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.w-1\/2 {
|
|
width: calc(1/2 * 100%);
|
|
}
|
|
|
|
.w-4\.5 {
|
|
width: calc(var(--spacing) * 4.5);
|
|
}
|
|
|
|
.w-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.w-5\.5 {
|
|
width: calc(var(--spacing) * 5.5);
|
|
}
|
|
|
|
.w-6 {
|
|
width: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.w-7 {
|
|
width: calc(var(--spacing) * 7);
|
|
}
|
|
|
|
.w-7\/10 {
|
|
width: calc(7/10 * 100%);
|
|
}
|
|
|
|
.w-64 {
|
|
width: calc(var(--spacing) * 64);
|
|
}
|
|
|
|
.w-fit {
|
|
width: fit-content;
|
|
}
|
|
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-7 {
|
|
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
}
|
|
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.overflow-x-hidden {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.rounded-sm {
|
|
border-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-l-lg {
|
|
border-top-left-radius: var(--radius-lg);
|
|
border-bottom-left-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-r-lg {
|
|
border-top-right-radius: var(--radius-lg);
|
|
border-bottom-right-radius: var(--radius-lg);
|
|
}
|
|
|
|
.border-b-1 {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
.border-l-4 {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 4px;
|
|
}
|
|
|
|
.border-blue-300 {
|
|
border-color: var(--color-blue-300);
|
|
}
|
|
|
|
.border-gray-600 {
|
|
border-color: var(--color-gray-600);
|
|
}
|
|
|
|
.border-gray-700 {
|
|
border-color: var(--color-gray-700);
|
|
}
|
|
|
|
.bg-\[\#1b1b1c\] {
|
|
background-color: #1b1b1c;
|
|
}
|
|
|
|
.bg-blue-300 {
|
|
background-color: var(--color-blue-300);
|
|
}
|
|
|
|
.bg-gray-200 {
|
|
background-color: var(--color-gray-200);
|
|
}
|
|
|
|
.px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.py-4 {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.py-6 {
|
|
padding-block: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.py-8 {
|
|
padding-block: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.font-mono {
|
|
font-family: var(--font-mono);
|
|
}
|
|
|
|
.text-2xl {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
}
|
|
|
|
.text-4xl {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
|
|
.text-6xl {
|
|
font-size: var(--text-6xl);
|
|
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
}
|
|
|
|
.text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
|
|
.text-xl {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
|
|
.text-xs {
|
|
font-size: var(--text-xs);
|
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
}
|
|
|
|
.leading-6 {
|
|
--tw-leading: calc(var(--spacing) * 6);
|
|
line-height: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.leading-9 {
|
|
--tw-leading: calc(var(--spacing) * 9);
|
|
line-height: calc(var(--spacing) * 9);
|
|
}
|
|
|
|
.font-\[600\] {
|
|
--tw-font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.font-\[900\] {
|
|
--tw-font-weight: 900;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.font-normal {
|
|
--tw-font-weight: var(--font-weight-normal);
|
|
font-weight: var(--font-weight-normal);
|
|
}
|
|
|
|
.font-semibold {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text-blue-200 {
|
|
color: var(--color-blue-200);
|
|
}
|
|
|
|
.text-blue-300 {
|
|
color: var(--color-blue-300);
|
|
}
|
|
|
|
.text-blue-400 {
|
|
color: var(--color-blue-400);
|
|
}
|
|
|
|
.text-gray-200 {
|
|
color: var(--color-gray-200);
|
|
}
|
|
|
|
.text-gray-300 {
|
|
color: var(--color-gray-300);
|
|
}
|
|
|
|
.text-gray-400 {
|
|
color: var(--color-gray-400);
|
|
}
|
|
|
|
.text-gray-600 {
|
|
color: var(--color-gray-600);
|
|
}
|
|
|
|
.text-red-300 {
|
|
color: var(--color-red-300);
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.not-italic {
|
|
font-style: normal;
|
|
}
|
|
|
|
.no-underline {
|
|
text-decoration-line: none;
|
|
}
|
|
|
|
.opacity-0 {
|
|
opacity: 0%;
|
|
}
|
|
|
|
.opacity-30 {
|
|
opacity: 30%;
|
|
}
|
|
|
|
.shadow-lg {
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
|
|
.transition-\[height\] {
|
|
transition-property: height;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
|
|
.transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
|
|
.transition-opacity {
|
|
transition-property: opacity;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
|
|
.duration-150 {
|
|
--tw-duration: 150ms;
|
|
transition-duration: 150ms;
|
|
}
|
|
|
|
.duration-300 {
|
|
--tw-duration: 300ms;
|
|
transition-duration: 300ms;
|
|
}
|
|
|
|
.group-hover\:w-full {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.group-hover\:opacity-100 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.hover\:text-blue-300 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-blue-300);
|
|
}
|
|
}
|
|
}
|
|
|
|
.md\:mx-\[13\%\] {
|
|
@media (width >=48rem) {
|
|
margin-inline: 13%;
|
|
}
|
|
}
|
|
|
|
.md\:mt-0 {
|
|
@media (width >=48rem) {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
|
|
.md\:mt-24 {
|
|
@media (width >=48rem) {
|
|
margin-top: calc(var(--spacing) * 24);
|
|
}
|
|
}
|
|
|
|
.md\:block {
|
|
@media (width >=48rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.md\:flex {
|
|
@media (width >=48rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
.md\:hidden {
|
|
@media (width >=48rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.md\:w-1\/2 {
|
|
@media (width >=48rem) {
|
|
width: calc(1/2 * 100%);
|
|
}
|
|
}
|
|
|
|
.md\:w-1\/3 {
|
|
@media (width >=48rem) {
|
|
width: calc(1/3 * 100%);
|
|
}
|
|
}
|
|
|
|
.md\:w-2\/3 {
|
|
@media (width >=48rem) {
|
|
width: calc(2/3 * 100%);
|
|
}
|
|
}
|
|
|
|
.md\:w-3\/4 {
|
|
@media (width >=48rem) {
|
|
width: calc(3/4 * 100%);
|
|
}
|
|
}
|
|
|
|
.md\:flex-none {
|
|
@media (width >=48rem) {
|
|
flex: none;
|
|
}
|
|
}
|
|
|
|
.md\:flex-row {
|
|
@media (width >=48rem) {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
|
|
.md\:px-0 {
|
|
@media (width >=48rem) {
|
|
padding-inline: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
|
|
.md\:text-6xl {
|
|
@media (width >=48rem) {
|
|
font-size: var(--text-6xl);
|
|
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
}
|
|
}
|
|
|
|
.lg\:w-full {
|
|
@media (width >=64rem) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
|
|
div.journal-wrapper h1,
|
|
div.journal-wrapper h2,
|
|
div.journal-wrapper h3,
|
|
div.journal-wrapper h4,
|
|
div.journal-wrapper h5,
|
|
div.journal-wrapper h6 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
color: var(--color-gray-300);
|
|
}
|
|
|
|
div.journal-wrapper p,
|
|
div.journal-wrapper ul,
|
|
div.journal-wrapper ol,
|
|
div.journal-wrapper table {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
padding-block: calc(var(--spacing) * 2);
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
color: var(--color-gray-400);
|
|
}
|
|
|
|
div.journal-wrapper table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
border-collapse: collapse;
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
border-color: var(--color-gray-300);
|
|
}
|
|
|
|
div.journal-wrapper table th {
|
|
padding: calc(var(--spacing) * 2);
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
color: var(--color-blue-300);
|
|
}
|
|
|
|
div.journal-wrapper table td {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
border-color: var(--color-gray-300);
|
|
padding: calc(var(--spacing) * 2);
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
|
|
div.journal-wrapper ul {
|
|
margin-left: calc(var(--spacing) * 6);
|
|
list-style-position: outside;
|
|
list-style-type: disc;
|
|
}
|
|
|
|
div.journal-wrapper ol {
|
|
margin-left: calc(var(--spacing) * 6);
|
|
list-style-position: inside;
|
|
list-style-type: decimal;
|
|
}
|
|
|
|
div.journal-wrapper h1 {
|
|
padding-block: calc(var(--spacing) * 6);
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
|
|
div.journal-wrapper h2 {
|
|
padding: calc(var(--spacing) * 4);
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
|
|
div.journal-wrapper h3 {
|
|
padding: calc(var(--spacing) * 4);
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
|
|
div.journal-wrapper h4 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
|
|
div.journal-wrapper h6 {
|
|
font-size: var(--text-xs);
|
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
color: var(--color-gray-400);
|
|
}
|
|
|
|
div.journal-wrapper p {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
|
|
div.journal-wrapper blockquote {
|
|
margin-block: calc(var(--spacing) * 4);
|
|
border-radius: var(--radius-sm);
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 4px;
|
|
border-color: var(--color-blue-300);
|
|
background-color: #252525;
|
|
padding: calc(var(--spacing) * 4);
|
|
color: var(--color-gray-200);
|
|
}
|
|
|
|
div.journal-wrapper a {
|
|
text-decoration-line: underline;
|
|
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-blue-300);
|
|
}
|
|
}
|
|
}
|
|
|
|
div.journal-wrapper p code {
|
|
background-color: #191724;
|
|
padding: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
pre {
|
|
margin-block: calc(var(--spacing) * 4);
|
|
overflow-x: auto;
|
|
border-radius: var(--radius-lg);
|
|
background-color: #191724;
|
|
padding: calc(var(--spacing) * 4);
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
code,
|
|
code.hljs {
|
|
color: #e0def4;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-number,
|
|
.hljs-meta {
|
|
color: #f6c177;
|
|
}
|
|
|
|
.hljs-punctuation,
|
|
.hljs-operator {
|
|
color: #908caa;
|
|
}
|
|
|
|
.hljs-comment {
|
|
color: #6e6a86;
|
|
}
|
|
|
|
.hljs-keyword {
|
|
color: #3e8fb0;
|
|
}
|
|
|
|
.hljs-params,
|
|
.hljs-method,
|
|
.hljs-methods,
|
|
.hljs-regexp,
|
|
code.language-python .hljs-meta {
|
|
color: #c4a7e7;
|
|
}
|
|
|
|
.hljs-variable,
|
|
.hljs-attr {
|
|
color: #e0def4;
|
|
}
|
|
|
|
.language_ {
|
|
color: #eb6f92;
|
|
}
|
|
|
|
.function_,
|
|
.hljs-literal,
|
|
.hljs-built_in,
|
|
.hljs-title,
|
|
code.language-python .hljs-built_in,
|
|
code.language-go .hljs-built_in {
|
|
color: #ea9a97;
|
|
}
|
|
|
|
.hljs-property,
|
|
.class_,
|
|
.hljs-type,
|
|
.hljs-tag,
|
|
.hljs-selector-tag,
|
|
.hljs-selector-class,
|
|
code.language-ts .hljs-built_in {
|
|
color: #9ccfd8;
|
|
}
|
|
}
|
|
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
|
|
@property --tw-leading {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@property --tw-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@property --tw-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
|
|
@property --tw-inset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-inset-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@property --tw-inset-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
|
|
@property --tw-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@property --tw-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-inset-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@property --tw-inset-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-ring-inset {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@property --tw-ring-offset-width {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0px;
|
|
}
|
|
|
|
@property --tw-ring-offset-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: #fff;
|
|
}
|
|
|
|
@property --tw-ring-offset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
@layer properties {
|
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
|
|
*,
|
|
::before,
|
|
::after,
|
|
::backdrop {
|
|
--tw-border-style: solid;
|
|
--tw-leading: initial;
|
|
--tw-font-weight: initial;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-color: initial;
|
|
--tw-shadow-alpha: 100%;
|
|
--tw-inset-shadow: 0 0 #0000;
|
|
--tw-inset-shadow-color: initial;
|
|
--tw-inset-shadow-alpha: 100%;
|
|
--tw-ring-color: initial;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-inset-ring-color: initial;
|
|
--tw-inset-ring-shadow: 0 0 #0000;
|
|
--tw-ring-inset: initial;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-duration: initial;
|
|
}
|
|
}
|
|
}
|
|
|
|
body {
|
|
background-color: #1b1b1c;
|
|
margin: 1.5% 13%;
|
|
}
|