2022-06-22 06:28:10 +00:00
|
|
|
/*! Congo v2.2.3 | MIT License | https://github.com/jpanther/congo */
|
2021-08-22 06:55:10 +00:00
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
/*! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
|
|
|
/*
|
2021-12-24 23:53:46 +00:00
|
|
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
|
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
*,
|
|
|
|
::before,
|
|
|
|
::after {
|
|
|
|
box-sizing: border-box;
|
2021-12-24 23:53:46 +00:00
|
|
|
/* 1 */
|
|
|
|
border-width: 0;
|
|
|
|
/* 2 */
|
|
|
|
border-style: solid;
|
|
|
|
/* 2 */
|
2022-06-22 07:20:11 +00:00
|
|
|
border-color: currentColor;
|
2021-12-24 23:53:46 +00:00
|
|
|
/* 2 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
::before,
|
|
|
|
::after {
|
|
|
|
--tw-content: '';
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
1. Use a consistent sensible line-height in all browsers.
|
2021-08-21 02:20:29 +00:00
|
|
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
2021-12-24 23:53:46 +00:00
|
|
|
3. Use a more readable tab size.
|
|
|
|
4. Use the user's configured `sans` font-family by default.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
html {
|
2021-12-24 23:53:46 +00:00
|
|
|
line-height: 1.5;
|
2021-08-21 02:20:29 +00:00
|
|
|
/* 1 */
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
/* 2 */
|
2021-12-24 23:53:46 +00:00
|
|
|
-moz-tab-size: 4;
|
|
|
|
/* 3 */
|
|
|
|
-o-tab-size: 4;
|
|
|
|
tab-size: 4;
|
|
|
|
/* 3 */
|
|
|
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
/* 4 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2021-12-24 23:53:46 +00:00
|
|
|
1. Remove the margin in all browsers.
|
|
|
|
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
2021-12-24 23:53:46 +00:00
|
|
|
/* 1 */
|
|
|
|
line-height: inherit;
|
|
|
|
/* 2 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Add the correct height in Firefox.
|
|
|
|
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
2021-12-24 23:53:46 +00:00
|
|
|
3. Ensure horizontal rules are visible by default.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
hr {
|
|
|
|
height: 0;
|
|
|
|
/* 1 */
|
|
|
|
color: inherit;
|
|
|
|
/* 2 */
|
2021-12-24 23:53:46 +00:00
|
|
|
border-top-width: 1px;
|
|
|
|
/* 3 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
|
|
*/
|
|
|
|
|
2022-01-08 23:42:08 +00:00
|
|
|
abbr:where([title]) {
|
2021-08-21 02:20:29 +00:00
|
|
|
-webkit-text-decoration: underline dotted;
|
|
|
|
text-decoration: underline dotted;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Remove the default font size and weight for headings.
|
|
|
|
*/
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Reset links to optimize for opt-in styling instead of opt-out.
|
|
|
|
*/
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
Add the correct font weight in Edge and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
1. Use the user's configured `mono` font family by default.
|
|
|
|
2. Correct the odd `em` font sizing in all browsers.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
samp,
|
|
|
|
pre {
|
2021-12-24 23:53:46 +00:00
|
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
2021-08-21 02:20:29 +00:00
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
Add the correct font size in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
sub,
|
|
|
|
sup {
|
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub {
|
|
|
|
bottom: -0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
sup {
|
|
|
|
top: -0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
|
|
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
2021-12-24 23:53:46 +00:00
|
|
|
3. Remove gaps between table borders by default.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
table {
|
|
|
|
text-indent: 0;
|
|
|
|
/* 1 */
|
|
|
|
border-color: inherit;
|
|
|
|
/* 2 */
|
2021-12-24 23:53:46 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
/* 3 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
1. Change the font styles in all browsers.
|
|
|
|
2. Remove the margin in Firefox and Safari.
|
2021-12-24 23:53:46 +00:00
|
|
|
3. Remove default padding in all browsers.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-family: inherit;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 100%;
|
|
|
|
/* 1 */
|
2022-06-22 07:20:11 +00:00
|
|
|
font-weight: inherit;
|
|
|
|
/* 1 */
|
2021-12-24 23:53:46 +00:00
|
|
|
line-height: inherit;
|
|
|
|
/* 1 */
|
|
|
|
color: inherit;
|
2021-08-21 02:20:29 +00:00
|
|
|
/* 1 */
|
|
|
|
margin: 0;
|
|
|
|
/* 2 */
|
2021-12-24 23:53:46 +00:00
|
|
|
padding: 0;
|
|
|
|
/* 3 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
Remove the inheritance of text transform in Edge and Firefox.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
select {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
|
|
2. Remove default button styles.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
[type='button'],
|
|
|
|
[type='reset'],
|
|
|
|
[type='submit'] {
|
|
|
|
-webkit-appearance: button;
|
2021-12-24 23:53:46 +00:00
|
|
|
/* 1 */
|
|
|
|
background-color: transparent;
|
|
|
|
/* 2 */
|
|
|
|
background-image: none;
|
|
|
|
/* 2 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Use the modern Firefox focus style for all focusable elements.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
:-moz-focusring {
|
2021-12-24 23:53:46 +00:00
|
|
|
outline: auto;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
:-moz-ui-invalid {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
Add the correct vertical alignment in Chrome and Firefox.
|
|
|
|
*/
|
|
|
|
|
|
|
|
progress {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
Correct the cursor style of increment and decrement buttons in Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
::-webkit-inner-spin-button,
|
|
|
|
::-webkit-outer-spin-button {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
1. Correct the odd appearance in Chrome and Safari.
|
|
|
|
2. Correct the outline style in Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
[type='search'] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
/* 1 */
|
|
|
|
outline-offset: -2px;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
Remove the inner padding in Chrome and Safari on macOS.
|
|
|
|
*/
|
|
|
|
|
|
|
|
::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
2021-08-21 02:20:29 +00:00
|
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
2021-12-24 23:53:46 +00:00
|
|
|
2. Change font properties to `inherit` in Safari.
|
2021-08-21 02:20:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
::-webkit-file-upload-button {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
/* 1 */
|
|
|
|
font: inherit;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Add the correct display in Chrome and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
summary {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Removes the default spacing and border for appropriate elements.
|
|
|
|
*/
|
2021-08-21 02:20:29 +00:00
|
|
|
|
|
|
|
blockquote,
|
|
|
|
dl,
|
|
|
|
dd,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
hr,
|
|
|
|
figure,
|
|
|
|
p,
|
|
|
|
pre {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
legend {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
ol,
|
2021-12-24 23:53:46 +00:00
|
|
|
ul,
|
|
|
|
menu {
|
2021-08-21 02:20:29 +00:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2021-12-24 23:53:46 +00:00
|
|
|
Prevent resizing textareas horizontally by default.
|
|
|
|
*/
|
2021-08-21 02:20:29 +00:00
|
|
|
|
|
|
|
textarea {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
|
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
|
|
*/
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
|
opacity: 1;
|
2021-12-24 23:53:46 +00:00
|
|
|
/* 1 */
|
|
|
|
color: #9ca3af;
|
|
|
|
/* 2 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
|
|
opacity: 1;
|
2021-12-24 23:53:46 +00:00
|
|
|
/* 1 */
|
|
|
|
color: #9ca3af;
|
|
|
|
/* 2 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input::placeholder,
|
|
|
|
textarea::placeholder {
|
|
|
|
opacity: 1;
|
2021-12-24 23:53:46 +00:00
|
|
|
/* 1 */
|
|
|
|
color: #9ca3af;
|
|
|
|
/* 2 */
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Set the default cursor for buttons.
|
|
|
|
*/
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
button,
|
|
|
|
[role="button"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Make sure disabled buttons don't get the pointer cursor.
|
|
|
|
*/
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
:disabled {
|
|
|
|
cursor: default;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
|
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
|
|
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
|
|
*/
|
2021-08-21 02:20:29 +00:00
|
|
|
|
|
|
|
img,
|
|
|
|
svg,
|
|
|
|
video,
|
|
|
|
canvas,
|
|
|
|
audio,
|
|
|
|
iframe,
|
|
|
|
embed,
|
|
|
|
object {
|
|
|
|
display: block;
|
|
|
|
/* 1 */
|
|
|
|
vertical-align: middle;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
/*
|
|
|
|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
|
|
*/
|
2021-08-21 02:20:29 +00:00
|
|
|
|
|
|
|
img,
|
|
|
|
video {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
*, ::before, ::after {
|
|
|
|
--tw-border-spacing-x: 0;
|
|
|
|
--tw-border-spacing-y: 0;
|
|
|
|
--tw-translate-x: 0;
|
|
|
|
--tw-translate-y: 0;
|
|
|
|
--tw-rotate: 0;
|
|
|
|
--tw-skew-x: 0;
|
|
|
|
--tw-skew-y: 0;
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
--tw-pan-x: ;
|
|
|
|
--tw-pan-y: ;
|
|
|
|
--tw-pinch-zoom: ;
|
|
|
|
--tw-scroll-snap-strictness: proximity;
|
|
|
|
--tw-ordinal: ;
|
|
|
|
--tw-slashed-zero: ;
|
|
|
|
--tw-numeric-figure: ;
|
|
|
|
--tw-numeric-spacing: ;
|
|
|
|
--tw-numeric-fraction: ;
|
|
|
|
--tw-ring-inset: ;
|
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
--tw-blur: ;
|
|
|
|
--tw-brightness: ;
|
|
|
|
--tw-contrast: ;
|
|
|
|
--tw-grayscale: ;
|
|
|
|
--tw-hue-rotate: ;
|
|
|
|
--tw-invert: ;
|
|
|
|
--tw-saturate: ;
|
|
|
|
--tw-sepia: ;
|
|
|
|
--tw-drop-shadow: ;
|
|
|
|
--tw-backdrop-blur: ;
|
|
|
|
--tw-backdrop-brightness: ;
|
|
|
|
--tw-backdrop-contrast: ;
|
|
|
|
--tw-backdrop-grayscale: ;
|
|
|
|
--tw-backdrop-hue-rotate: ;
|
|
|
|
--tw-backdrop-invert: ;
|
|
|
|
--tw-backdrop-opacity: ;
|
|
|
|
--tw-backdrop-saturate: ;
|
|
|
|
--tw-backdrop-sepia: ;
|
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
::-webkit-backdrop {
|
|
|
|
--tw-border-spacing-x: 0;
|
|
|
|
--tw-border-spacing-y: 0;
|
|
|
|
--tw-translate-x: 0;
|
|
|
|
--tw-translate-y: 0;
|
|
|
|
--tw-rotate: 0;
|
|
|
|
--tw-skew-x: 0;
|
|
|
|
--tw-skew-y: 0;
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
--tw-pan-x: ;
|
|
|
|
--tw-pan-y: ;
|
|
|
|
--tw-pinch-zoom: ;
|
|
|
|
--tw-scroll-snap-strictness: proximity;
|
|
|
|
--tw-ordinal: ;
|
|
|
|
--tw-slashed-zero: ;
|
|
|
|
--tw-numeric-figure: ;
|
|
|
|
--tw-numeric-spacing: ;
|
|
|
|
--tw-numeric-fraction: ;
|
|
|
|
--tw-ring-inset: ;
|
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
--tw-blur: ;
|
|
|
|
--tw-brightness: ;
|
|
|
|
--tw-contrast: ;
|
|
|
|
--tw-grayscale: ;
|
|
|
|
--tw-hue-rotate: ;
|
|
|
|
--tw-invert: ;
|
|
|
|
--tw-saturate: ;
|
|
|
|
--tw-sepia: ;
|
|
|
|
--tw-drop-shadow: ;
|
|
|
|
--tw-backdrop-blur: ;
|
|
|
|
--tw-backdrop-brightness: ;
|
|
|
|
--tw-backdrop-contrast: ;
|
|
|
|
--tw-backdrop-grayscale: ;
|
|
|
|
--tw-backdrop-hue-rotate: ;
|
|
|
|
--tw-backdrop-invert: ;
|
|
|
|
--tw-backdrop-opacity: ;
|
|
|
|
--tw-backdrop-saturate: ;
|
|
|
|
--tw-backdrop-sepia: ;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
::backdrop {
|
|
|
|
--tw-border-spacing-x: 0;
|
|
|
|
--tw-border-spacing-y: 0;
|
2022-01-08 23:42:08 +00:00
|
|
|
--tw-translate-x: 0;
|
|
|
|
--tw-translate-y: 0;
|
|
|
|
--tw-rotate: 0;
|
|
|
|
--tw-skew-x: 0;
|
|
|
|
--tw-skew-y: 0;
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
--tw-pan-x: ;
|
|
|
|
--tw-pan-y: ;
|
|
|
|
--tw-pinch-zoom: ;
|
|
|
|
--tw-scroll-snap-strictness: proximity;
|
|
|
|
--tw-ordinal: ;
|
|
|
|
--tw-slashed-zero: ;
|
|
|
|
--tw-numeric-figure: ;
|
|
|
|
--tw-numeric-spacing: ;
|
|
|
|
--tw-numeric-fraction: ;
|
|
|
|
--tw-ring-inset: ;
|
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
--tw-blur: ;
|
|
|
|
--tw-brightness: ;
|
|
|
|
--tw-contrast: ;
|
|
|
|
--tw-grayscale: ;
|
|
|
|
--tw-hue-rotate: ;
|
|
|
|
--tw-invert: ;
|
|
|
|
--tw-saturate: ;
|
|
|
|
--tw-sepia: ;
|
|
|
|
--tw-drop-shadow: ;
|
|
|
|
--tw-backdrop-blur: ;
|
|
|
|
--tw-backdrop-brightness: ;
|
|
|
|
--tw-backdrop-contrast: ;
|
|
|
|
--tw-backdrop-grayscale: ;
|
|
|
|
--tw-backdrop-hue-rotate: ;
|
|
|
|
--tw-backdrop-invert: ;
|
|
|
|
--tw-backdrop-opacity: ;
|
|
|
|
--tw-backdrop-saturate: ;
|
|
|
|
--tw-backdrop-sepia: ;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-body);
|
2021-08-21 02:20:29 +00:00
|
|
|
max-width: 65ch;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
color: var(--tw-prose-lead);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-size: 1.25em;
|
|
|
|
line-height: 1.6;
|
|
|
|
margin-top: 1.2em;
|
|
|
|
margin-bottom: 1.2em;
|
|
|
|
}
|
|
|
|
|
2022-02-20 03:36:36 +00:00
|
|
|
.prose :where(a):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-links);
|
2021-08-21 02:20:29 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: 500;
|
2022-06-22 07:20:11 +00:00
|
|
|
-webkit-text-decoration-color: rgba(var(--color-primary-300), 1);
|
|
|
|
text-decoration-color: rgba(var(--color-primary-300), 1);
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-02-20 03:36:36 +00:00
|
|
|
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
|
2022-06-22 07:20:11 +00:00
|
|
|
color: rgba(var(--color-neutral), 1);
|
2022-02-20 03:36:36 +00:00
|
|
|
text-decoration: none;
|
2022-06-22 07:20:11 +00:00
|
|
|
background-color: rgba(var(--color-primary-600), 1);
|
2021-12-24 23:53:46 +00:00
|
|
|
border-radius: 0.09rem;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(strong):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-bold);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: decimal;
|
|
|
|
padding-left: 1.625em;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: upper-alpha;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: lower-alpha;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: upper-alpha;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: lower-alpha;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: upper-roman;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: lower-roman;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: upper-roman;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: lower-roman;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: decimal;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ul):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
list-style-type: disc;
|
|
|
|
padding-left: 1.625em;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: 400;
|
|
|
|
color: var(--tw-prose-counters);
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
|
2021-12-24 23:53:46 +00:00
|
|
|
color: var(--tw-prose-bullets);
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(hr):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
border-color: var(--tw-prose-hr);
|
2021-08-21 02:20:29 +00:00
|
|
|
border-top-width: 1px;
|
|
|
|
margin-top: 3em;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 500;
|
|
|
|
font-style: italic;
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-quotes);
|
2021-08-21 02:20:29 +00:00
|
|
|
border-left-width: 0.25rem;
|
2022-01-17 03:14:52 +00:00
|
|
|
border-left-color: var(--tw-prose-quote-borders);
|
2021-08-21 02:20:29 +00:00
|
|
|
quotes: "\201C""\201D""\2018""\2019";
|
|
|
|
margin-top: 1.6em;
|
|
|
|
margin-bottom: 1.6em;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
|
2021-08-21 02:20:29 +00:00
|
|
|
content: open-quote;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
|
2021-08-21 02:20:29 +00:00
|
|
|
content: close-quote;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h1):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-headings);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 800;
|
|
|
|
font-size: 2.25em;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0.8888889em;
|
|
|
|
line-height: 1.1111111;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h2):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-headings);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
line-height: 1.3333333;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h3):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-headings);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 1.25em;
|
|
|
|
margin-top: 1.6em;
|
|
|
|
margin-bottom: 0.6em;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h4):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-headings);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 600;
|
|
|
|
margin-top: 1.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
color: var(--tw-prose-captions);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-size: 0.875em;
|
|
|
|
line-height: 1.4285714;
|
|
|
|
margin-top: 0.8571429em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(code):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-code);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 0.875em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(code):not(:where([class~="not-prose"] *))::before {
|
2021-08-21 02:20:29 +00:00
|
|
|
content: "`";
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(code):not(:where([class~="not-prose"] *))::after {
|
2021-08-21 02:20:29 +00:00
|
|
|
content: "`";
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(a code):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-code);
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(pre):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-pre-code);
|
|
|
|
background-color: var(--tw-prose-pre-bg);
|
2021-08-21 02:20:29 +00:00
|
|
|
overflow-x: auto;
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: 400;
|
2021-08-21 02:20:29 +00:00
|
|
|
font-size: 0.875em;
|
|
|
|
line-height: 1.7142857;
|
|
|
|
margin-top: 1.7142857em;
|
|
|
|
margin-bottom: 1.7142857em;
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
padding-top: 0.8571429em;
|
|
|
|
padding-right: 1.1428571em;
|
|
|
|
padding-bottom: 0.8571429em;
|
|
|
|
padding-left: 1.1428571em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border-width: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0;
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: inherit;
|
2022-01-17 03:14:52 +00:00
|
|
|
color: inherit;
|
2021-08-21 02:20:29 +00:00
|
|
|
font-size: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
|
2021-08-21 02:20:29 +00:00
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
|
2021-08-21 02:20:29 +00:00
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(table):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
width: 100%;
|
|
|
|
table-layout: auto;
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
font-size: 0.875em;
|
|
|
|
line-height: 1.7142857;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(thead):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
border-bottom-width: 1px;
|
2022-01-08 23:42:08 +00:00
|
|
|
border-bottom-color: var(--tw-prose-th-borders);
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
|
2022-01-17 03:14:52 +00:00
|
|
|
color: var(--tw-prose-headings);
|
2021-12-24 23:53:46 +00:00
|
|
|
font-weight: 600;
|
2021-08-21 02:20:29 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
padding-right: 0.5714286em;
|
|
|
|
padding-bottom: 0.5714286em;
|
|
|
|
padding-left: 0.5714286em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
border-bottom-width: 1px;
|
2022-01-17 03:14:52 +00:00
|
|
|
border-bottom-color: var(--tw-prose-td-borders);
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
vertical-align: baseline;
|
2021-08-21 02:20:29 +00:00
|
|
|
padding-top: 0.5714286em;
|
|
|
|
padding-right: 0.5714286em;
|
|
|
|
padding-bottom: 0.5714286em;
|
|
|
|
padding-left: 0.5714286em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose {
|
2022-06-22 07:20:11 +00:00
|
|
|
--tw-prose-body: rgba(var(--color-neutral-700), 1);
|
|
|
|
--tw-prose-headings: rgba(var(--color-neutral-800), 1);
|
|
|
|
--tw-prose-lead: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-links: rgba(var(--color-primary-700), 1);
|
|
|
|
--tw-prose-bold: rgba(var(--color-neutral-900), 1);
|
|
|
|
--tw-prose-counters: rgba(var(--color-neutral-800), 1);
|
|
|
|
--tw-prose-bullets: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-hr: rgba(var(--color-neutral-200), 1);
|
|
|
|
--tw-prose-quotes: rgba(var(--color-neutral-700), 1);
|
|
|
|
--tw-prose-quote-borders: rgba(var(--color-primary-200), 1);
|
|
|
|
--tw-prose-captions: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-code: rgba(var(--color-secondary-700), 1);
|
|
|
|
--tw-prose-pre-code: rgba(var(--color-neutral-700), 1);
|
|
|
|
--tw-prose-pre-bg: rgba(var(--color-neutral-50), 1);
|
|
|
|
--tw-prose-th-borders: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-td-borders: rgba(var(--color-neutral-300), 1);
|
|
|
|
--tw-prose-invert-body: rgba(var(--color-neutral-300), 1);
|
|
|
|
--tw-prose-invert-headings: rgba(var(--color-neutral-50), 1);
|
|
|
|
--tw-prose-invert-lead: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-invert-links: rgba(var(--color-primary-400), 1);
|
|
|
|
--tw-prose-invert-bold: rgba(var(--color-neutral), 1);
|
|
|
|
--tw-prose-invert-counters: rgba(var(--color-neutral-400), 1);
|
|
|
|
--tw-prose-invert-bullets: rgba(var(--color-neutral-600), 1);
|
|
|
|
--tw-prose-invert-hr: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-invert-quotes: rgba(var(--color-neutral-200), 1);
|
|
|
|
--tw-prose-invert-quote-borders: rgba(var(--color-primary-900), 1);
|
|
|
|
--tw-prose-invert-captions: rgba(var(--color-neutral-400), 1);
|
|
|
|
--tw-prose-invert-code: rgba(var(--color-secondary-400), 1);
|
|
|
|
--tw-prose-invert-pre-code: rgba(var(--color-neutral-200), 1);
|
|
|
|
--tw-prose-invert-pre-bg: rgba(var(--color-neutral-700), 1);
|
|
|
|
--tw-prose-invert-th-borders: rgba(var(--color-neutral-500), 1);
|
|
|
|
--tw-prose-invert-td-borders: rgba(var(--color-neutral-700), 1);
|
2021-08-21 02:20:29 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.75;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(p):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 1.25em;
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(img):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(video):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(figure):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
font-size: 0.875em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(li):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
padding-left: 0.375em;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
|
2021-12-24 23:53:46 +00:00
|
|
|
padding-left: 0.375em;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 0.75em;
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 1.25em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 1.25em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 0.75em;
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(kbd):not(:where([class~="not-prose"] *)) {
|
2022-06-22 07:20:11 +00:00
|
|
|
background-color: rgba(var(--color-neutral-200), 1);
|
2021-08-21 02:20:29 +00:00
|
|
|
padding: 0.1rem 0.4rem;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose :where(mark):not(:where([class~="not-prose"] *)) {
|
2022-06-22 07:20:11 +00:00
|
|
|
color: rgba(var(--color-neutral-800), 1);
|
|
|
|
background-color: rgba(var(--color-secondary-200), 1);
|
2021-08-21 02:20:29 +00:00
|
|
|
padding: 0.1rem 0.2rem;
|
|
|
|
border-radius: 0.12rem;
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
body a,
|
|
|
|
body button {
|
2022-01-17 02:21:21 +00:00
|
|
|
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
2021-08-21 02:20:29 +00:00
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Scale SVG icons to text size */
|
|
|
|
|
|
|
|
.icon svg {
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
/* Search */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
#search-query::-webkit-search-cancel-button,
|
|
|
|
#search-query::-webkit-search-decoration,
|
|
|
|
#search-query::-webkit-search-results-button,
|
|
|
|
#search-query::-webkit-search-results-decoration {
|
2022-01-13 04:56:30 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
/* RTL support */
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
[dir="rtl"] .prose blockquote {
|
2022-01-11 05:17:49 +00:00
|
|
|
border-left-width: 0px;
|
|
|
|
border-right-width: 4px;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
[dir="rtl"] .prose ul > li, [dir="rtl"]
|
|
|
|
.prose ol > li {
|
2022-01-11 05:17:49 +00:00
|
|
|
margin-right: 1.75rem;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
[dir="rtl"] .prose ol > li:before, [dir="rtl"]
|
|
|
|
.prose ul > li:before {
|
2022-01-11 05:17:49 +00:00
|
|
|
left: auto;
|
|
|
|
right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
[dir="rtl"] .prose thead td:first-child, [dir="rtl"]
|
|
|
|
.prose thead th:first-child {
|
2022-01-11 05:17:49 +00:00
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
[dir="rtl"] .prose thead td:last-child, [dir="rtl"]
|
|
|
|
.prose thead th:last-child {
|
2022-01-11 05:17:49 +00:00
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
/* Table of Contents */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.toc ul,
|
|
|
|
.toc li {
|
2022-01-18 05:24:33 +00:00
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
line-height: 1.375;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="ltr"] .toc ul ul {
|
|
|
|
padding-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .toc ul ul {
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toc a {
|
|
|
|
font-weight: 400;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .toc a {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .toc ul > li {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-25 23:49:30 +00:00
|
|
|
/* Code Copy */
|
|
|
|
|
|
|
|
.highlight-wrapper {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight:hover > .copy-button {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy-button {
|
|
|
|
visibility: hidden;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
z-index: 10;
|
|
|
|
width: 5rem;
|
|
|
|
cursor: pointer;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-bottom-left-radius: 0.375rem;
|
|
|
|
border-top-right-radius: 0.375rem;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-200), var(--tw-bg-opacity));
|
|
|
|
padding-top: 0.25rem;
|
|
|
|
padding-bottom: 0.25rem;
|
|
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 1.25rem;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .copy-button {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-200), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.copy-button:hover,
|
|
|
|
.copy-button:focus,
|
|
|
|
.copy-button:active,
|
|
|
|
.copy-button:active:hover {
|
2022-01-25 23:49:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .copy-button:hover, .dark
|
|
|
|
.copy-button:focus, .dark
|
|
|
|
.copy-button:active, .dark
|
|
|
|
.copy-button:active:hover {
|
2022-01-25 23:49:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy-textarea {
|
|
|
|
position: absolute;
|
|
|
|
z-index: -10;
|
|
|
|
opacity: 0.05;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
/* -- Chroma Highlight -- */
|
|
|
|
|
|
|
|
/* Background */
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.prose .chroma {
|
2022-01-25 23:49:30 +00:00
|
|
|
position: static;
|
2021-08-21 02:20:29 +00:00
|
|
|
border-radius: 0.375rem;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-50), var(--tw-bg-opacity));
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.dark .prose .chroma {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-200), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* LineTableTD */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .lntd,
|
|
|
|
.chroma .lntd pre {
|
2021-08-21 02:20:29 +00:00
|
|
|
margin: 0px;
|
|
|
|
border-style: none;
|
|
|
|
padding: 0px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* LineTable */
|
|
|
|
|
|
|
|
.chroma .lntable {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.75rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* LineHighlight */
|
|
|
|
|
|
|
|
.chroma .hl {
|
|
|
|
margin-left: -1rem;
|
|
|
|
margin-right: -1rem;
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .chroma .hl {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.chroma .lntd .hl {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* LineNumbersTable */
|
|
|
|
|
|
|
|
/* LineNumbers */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .lnt,
|
|
|
|
.chroma .ln {
|
2022-01-17 02:21:21 +00:00
|
|
|
margin-right: 0.4em;
|
|
|
|
padding-left: 0.4em;
|
|
|
|
padding-right: 0.4em;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-600), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .lnt, .dark
|
|
|
|
.chroma .ln {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Keyword */
|
|
|
|
|
|
|
|
/* KeywordDeclaration */
|
|
|
|
|
|
|
|
/* KeywordNamespace */
|
|
|
|
|
|
|
|
/* KeywordPseudo */
|
|
|
|
|
|
|
|
/* KeywordReserved */
|
|
|
|
|
|
|
|
/* NameClass */
|
|
|
|
|
|
|
|
/* NameFunctionMagic */
|
|
|
|
|
|
|
|
/* NameNamespace */
|
|
|
|
|
|
|
|
/* NameVariableClass */
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* Operator */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .k,
|
|
|
|
.chroma .kd,
|
|
|
|
.chroma .kn,
|
|
|
|
.chroma .kp,
|
|
|
|
.chroma .kr,
|
|
|
|
.chroma .nc,
|
|
|
|
.chroma .fm,
|
|
|
|
.chroma .nn,
|
|
|
|
.chroma .vc,
|
|
|
|
.chroma .o {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .k, .dark
|
|
|
|
.chroma .kd, .dark
|
|
|
|
.chroma .kn, .dark
|
|
|
|
.chroma .kp, .dark
|
|
|
|
.chroma .kr, .dark
|
|
|
|
.chroma .nc, .dark
|
|
|
|
.chroma .fm, .dark
|
|
|
|
.chroma .nn, .dark
|
|
|
|
.chroma .vc, .dark
|
|
|
|
.chroma .o {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* KeywordConstant */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.chroma .kc {
|
|
|
|
font-weight: 600;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.dark .chroma .kc {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* KeywordType */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* NameVariable */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* NameVariableInstance */
|
|
|
|
|
|
|
|
/* NameVariableMagic */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
|
|
|
/* LiteralNumber */
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralNumberBin */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralNumberFloat */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralNumberHex */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralNumberInteger */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralNumberIntegerLong */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralNumberOct */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .kt,
|
|
|
|
.chroma .nv,
|
|
|
|
.chroma .vi,
|
|
|
|
.chroma .vm,
|
|
|
|
.chroma .m,
|
|
|
|
.chroma .mb,
|
|
|
|
.chroma .mf,
|
|
|
|
.chroma .mh,
|
|
|
|
.chroma .mi,
|
|
|
|
.chroma .il,
|
|
|
|
.chroma .mo {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .kt, .dark
|
|
|
|
.chroma .nv, .dark
|
|
|
|
.chroma .vi, .dark
|
|
|
|
.chroma .vm, .dark
|
|
|
|
.chroma .m, .dark
|
|
|
|
.chroma .mb, .dark
|
|
|
|
.chroma .mf, .dark
|
|
|
|
.chroma .mh, .dark
|
|
|
|
.chroma .mi, .dark
|
|
|
|
.chroma .il, .dark
|
|
|
|
.chroma .mo {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* Name */
|
|
|
|
|
|
|
|
/* NameDecorator */
|
|
|
|
|
|
|
|
/* NameEntity */
|
|
|
|
|
|
|
|
/* NameLabel */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .n,
|
|
|
|
.chroma .nd,
|
|
|
|
.chroma .ni,
|
|
|
|
.chroma .nl {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-900), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .n, .dark
|
|
|
|
.chroma .nd, .dark
|
|
|
|
.chroma .ni, .dark
|
|
|
|
.chroma .nl {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-200), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* NameAttribute */
|
|
|
|
|
|
|
|
/* NameBuiltin */
|
|
|
|
|
|
|
|
/* NameBuiltinPseudo */
|
|
|
|
|
|
|
|
/* NameOther */
|
|
|
|
|
|
|
|
/* NameProperty */
|
|
|
|
|
|
|
|
/* NameTag */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .na,
|
|
|
|
.chroma .nb,
|
|
|
|
.chroma .bp,
|
|
|
|
.chroma .nx,
|
|
|
|
.chroma .py,
|
|
|
|
.chroma .nt {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-800), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .na, .dark
|
|
|
|
.chroma .nb, .dark
|
|
|
|
.chroma .bp, .dark
|
|
|
|
.chroma .nx, .dark
|
|
|
|
.chroma .py, .dark
|
|
|
|
.chroma .nt {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-300), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* NameConstant */
|
|
|
|
|
|
|
|
/* NameException */
|
|
|
|
|
|
|
|
/* NameVariableGlobal */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .no,
|
|
|
|
.chroma .ne,
|
|
|
|
.chroma .vg {
|
2022-01-17 02:21:21 +00:00
|
|
|
font-weight: 600;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .no, .dark
|
|
|
|
.chroma .ne, .dark
|
|
|
|
.chroma .vg {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* NameFunction */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.chroma .nf {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.dark .chroma .nf {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* Literal */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralDate */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralString */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringAffix */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringBacktick */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringChar */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringDelimiter */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringDoc */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringDouble */
|
|
|
|
|
|
|
|
/* LiteralStringHeredoc */
|
|
|
|
|
|
|
|
/* LiteralStringInterpol */
|
|
|
|
|
|
|
|
/* LiteralStringOther */
|
|
|
|
|
|
|
|
/* LiteralStringSingle */
|
|
|
|
|
|
|
|
/* GenericInserted */
|
|
|
|
|
|
|
|
/* GenericOutput */
|
|
|
|
|
|
|
|
/* GenericPrompt */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .l,
|
|
|
|
.chroma .ld,
|
|
|
|
.chroma .s,
|
|
|
|
.chroma .sa,
|
|
|
|
.chroma .sb,
|
|
|
|
.chroma .sc,
|
|
|
|
.chroma .dl,
|
|
|
|
.chroma .sd,
|
|
|
|
.chroma .s2,
|
|
|
|
.chroma .sh,
|
|
|
|
.chroma .si,
|
|
|
|
.chroma .sx,
|
|
|
|
.chroma .s1,
|
|
|
|
.chroma .gi,
|
|
|
|
.chroma .go,
|
|
|
|
.chroma .gp {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .l, .dark
|
|
|
|
.chroma .ld, .dark
|
|
|
|
.chroma .s, .dark
|
|
|
|
.chroma .sa, .dark
|
|
|
|
.chroma .sb, .dark
|
|
|
|
.chroma .sc, .dark
|
|
|
|
.chroma .dl, .dark
|
|
|
|
.chroma .sd, .dark
|
|
|
|
.chroma .s2, .dark
|
|
|
|
.chroma .sh, .dark
|
|
|
|
.chroma .si, .dark
|
|
|
|
.chroma .sx, .dark
|
|
|
|
.chroma .s1, .dark
|
|
|
|
.chroma .gi, .dark
|
|
|
|
.chroma .go, .dark
|
|
|
|
.chroma .gp {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringEscape */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.chroma .se {
|
2021-08-21 02:20:29 +00:00
|
|
|
font-weight: 600;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.dark .chroma .se {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringRegex */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* LiteralStringSymbol */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .sr,
|
|
|
|
.chroma .ss {
|
2022-01-17 02:21:21 +00:00
|
|
|
font-weight: 600;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .sr, .dark
|
|
|
|
.chroma .ss {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* OperatorWord */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.chroma .ow {
|
|
|
|
font-weight: 600;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.dark .chroma .ow {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-17 02:21:21 +00:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* Comment */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* CommentMultiline */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* CommentSingle */
|
|
|
|
|
|
|
|
/* CommentSpecial */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
|
|
|
/* CommentPreproc */
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* CommentPreprocFile */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .c,
|
|
|
|
.chroma .cm,
|
|
|
|
.chroma .c1,
|
|
|
|
.chroma .cs,
|
|
|
|
.chroma .cp,
|
|
|
|
.chroma .cpf {
|
2021-08-21 02:20:29 +00:00
|
|
|
font-style: italic;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.dark .chroma .c, .dark
|
|
|
|
.chroma .cm, .dark
|
|
|
|
.chroma .c1, .dark
|
|
|
|
.chroma .cs, .dark
|
|
|
|
.chroma .cp, .dark
|
|
|
|
.chroma .cpf {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
/* CommentHashbang */
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.chroma .ch {
|
|
|
|
font-weight: 600;
|
2021-08-21 02:20:29 +00:00
|
|
|
font-style: italic;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.dark .chroma .ch {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* GenericEmph */
|
|
|
|
|
|
|
|
.chroma .ge {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* GenericHeading */
|
|
|
|
|
|
|
|
.chroma .gh {
|
|
|
|
font-weight: 600;
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* GenericStrong */
|
|
|
|
|
|
|
|
.chroma .gs {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* GenericSubheading */
|
|
|
|
|
|
|
|
/* GenericTraceback */
|
|
|
|
|
2022-06-22 07:20:11 +00:00
|
|
|
.chroma .gu,
|
|
|
|
.chroma .gt {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* GenericUnderline */
|
|
|
|
|
|
|
|
.chroma .gl {
|
2021-12-24 23:53:46 +00:00
|
|
|
-webkit-text-decoration-line: underline;
|
|
|
|
text-decoration-line: underline;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.pointer-events-none {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pointer-events-auto {
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed {
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.absolute {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.sticky {
|
|
|
|
position: -webkit-sticky;
|
|
|
|
position: sticky;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.inset-0 {
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2022-06-25 03:04:41 +00:00
|
|
|
.top-\[100vh\] {
|
|
|
|
top: 100vh;
|
2022-01-18 06:26:46 +00:00
|
|
|
}
|
|
|
|
|
2022-05-01 00:19:32 +00:00
|
|
|
.bottom-0 {
|
|
|
|
bottom: 0px;
|
2022-01-18 06:26:46 +00:00
|
|
|
}
|
|
|
|
|
2022-05-01 00:19:32 +00:00
|
|
|
.top-\[calc\(100vh-5\.5rem\)\] {
|
|
|
|
top: calc(100vh - 5.5rem);
|
2022-01-18 06:26:46 +00:00
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.top-20 {
|
|
|
|
top: 5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.top-0 {
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.z-50 {
|
|
|
|
z-index: 50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-10 {
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
.order-first {
|
|
|
|
order: -9999;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.m-auto {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m-1 {
|
|
|
|
margin: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.-mx-2 {
|
|
|
|
margin-left: -0.5rem;
|
|
|
|
margin-right: -0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.my-3 {
|
|
|
|
margin-top: 0.75rem;
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
}
|
|
|
|
|
2022-01-16 23:16:57 +00:00
|
|
|
.my-1 {
|
|
|
|
margin-top: 0.25rem;
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.mx-1 {
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.mx-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2022-01-12 03:21:22 +00:00
|
|
|
.my-0 {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.mb-3 {
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-8 {
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-12 {
|
|
|
|
margin-bottom: 3rem;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.mt-0 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.mt-12 {
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-10 {
|
|
|
|
margin-top: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-6 {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2021-08-22 07:01:03 +00:00
|
|
|
.-mt-2 {
|
|
|
|
margin-top: -0.5rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.mr-3 {
|
|
|
|
margin-right: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml-3 {
|
|
|
|
margin-left: 0.75rem;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
.mt-\[0\.1rem\] {
|
|
|
|
margin-top: 0.1rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.\!mt-0 {
|
|
|
|
margin-top: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\!mb-0 {
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
2021-08-22 07:23:44 +00:00
|
|
|
.mb-1 {
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.mb-2 {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.-mb-1 {
|
|
|
|
margin-bottom: -0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml-2 {
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-2 {
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\!mb-9 {
|
|
|
|
margin-bottom: 2.25rem !important;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.mt-1 {
|
|
|
|
margin-top: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-\[2px\] {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-screen {
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.h-12 {
|
|
|
|
height: 3rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.h-24 {
|
|
|
|
height: 6rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.h-8 {
|
|
|
|
height: 2rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.h-full {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h-36 {
|
|
|
|
height: 9rem;
|
|
|
|
}
|
|
|
|
|
2021-10-28 06:19:53 +00:00
|
|
|
.max-h-\[10rem\] {
|
|
|
|
max-height: 10rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.min-h-0 {
|
|
|
|
min-height: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.w-12 {
|
|
|
|
width: 3rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.w-36 {
|
|
|
|
width: 9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w-full {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w-24 {
|
|
|
|
width: 6rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.w-screen {
|
|
|
|
width: 100vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w-8 {
|
|
|
|
width: 2rem;
|
|
|
|
}
|
|
|
|
|
2022-01-17 03:14:52 +00:00
|
|
|
.w-6 {
|
|
|
|
width: 1.5rem;
|
2022-01-17 02:21:21 +00:00
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.min-w-0 {
|
|
|
|
min-width: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.min-w-\[1\.8rem\] {
|
|
|
|
min-width: 1.8rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.min-w-\[2\.4rem\] {
|
|
|
|
min-width: 2.4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-7xl {
|
|
|
|
max-width: 80rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
.max-w-full {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.max-w-prose {
|
|
|
|
max-width: 65ch;
|
|
|
|
}
|
|
|
|
|
2021-10-28 06:19:53 +00:00
|
|
|
.max-w-\[10rem\] {
|
|
|
|
max-width: 10rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.max-w-3xl {
|
|
|
|
max-width: 48rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-none {
|
|
|
|
flex: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-auto {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
.grow {
|
2021-08-21 02:20:29 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.-translate-y-8 {
|
|
|
|
--tw-translate-y: -2rem;
|
|
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.cursor-default {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.cursor-pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.list-none {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.appearance-none {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-col {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-wrap {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-center {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-center {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-between {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2021-11-03 23:54:47 +00:00
|
|
|
.place-self-center {
|
|
|
|
place-self: center;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.self-center {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.overflow-auto {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.overflow-hidden {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2022-01-11 13:08:38 +00:00
|
|
|
.scroll-smooth {
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
}
|
|
|
|
|
2022-01-16 23:16:57 +00:00
|
|
|
.rounded-full {
|
|
|
|
border-radius: 9999px;
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.rounded-md {
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.rounded {
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
.rounded-lg {
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.\!rounded-md {
|
|
|
|
border-radius: 0.375rem !important;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.rounded-b-lg {
|
|
|
|
border-bottom-right-radius: 0.5rem;
|
|
|
|
border-bottom-left-radius: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.border {
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-t {
|
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-dotted {
|
|
|
|
border-style: dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-neutral-400 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-neutral-400), var(--tw-border-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-06-25 04:17:44 +00:00
|
|
|
.border-neutral-300 {
|
2022-01-16 23:16:57 +00:00
|
|
|
--tw-border-opacity: 1;
|
2022-06-25 04:17:44 +00:00
|
|
|
border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity));
|
2022-01-16 23:16:57 +00:00
|
|
|
}
|
|
|
|
|
2022-06-25 04:17:44 +00:00
|
|
|
.border-neutral-200 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-border-opacity: 1;
|
2022-06-25 04:17:44 +00:00
|
|
|
border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.border-primary-400 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-primary-400), var(--tw-border-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-neutral {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-primary-200 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-200), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.bg-neutral\/50 {
|
|
|
|
background-color: rgba(var(--color-neutral), 0.5);
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.bg-neutral-500\/50 {
|
|
|
|
background-color: rgba(var(--color-neutral-500), 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-neutral-100 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-100), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-neutral-300 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-300), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-primary-100 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-primary-600 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-10-28 06:19:53 +00:00
|
|
|
.object-scale-down {
|
|
|
|
-o-object-fit: scale-down;
|
|
|
|
object-fit: scale-down;
|
|
|
|
}
|
|
|
|
|
|
|
|
.object-left {
|
|
|
|
-o-object-position: left;
|
|
|
|
object-position: left;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.p-4 {
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.p-1 {
|
|
|
|
padding: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.px-6 {
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
padding-right: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.px-3 {
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-1 {
|
|
|
|
padding-top: 0.25rem;
|
|
|
|
padding-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
.px-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.py-8 {
|
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.px-2 {
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
.px-1 {
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.py-\[1px\] {
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-10 {
|
|
|
|
padding-top: 2.5rem;
|
|
|
|
padding-bottom: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.py-6 {
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
padding-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
.py-2 {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.px-4 {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-3 {
|
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-8 {
|
|
|
|
padding-top: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-3 {
|
|
|
|
padding-top: 0.75rem;
|
|
|
|
}
|
|
|
|
|
2022-06-25 04:17:44 +00:00
|
|
|
.pl-2 {
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2021-10-19 04:45:11 +00:00
|
|
|
.pb-4 {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.pt-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.align-text-bottom {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-4xl {
|
|
|
|
font-size: 2.25rem;
|
|
|
|
line-height: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-lg {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.75rem;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.text-sm {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 1.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.text-xl {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1.75rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.text-2xl {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
line-height: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-base {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-xs {
|
|
|
|
font-size: 0.75rem;
|
|
|
|
line-height: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-\[0\.6rem\] {
|
|
|
|
font-size: 0.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-extrabold {
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-bold {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-medium {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-semibold {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-normal {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uppercase {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.leading-7 {
|
|
|
|
line-height: 1.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leading-6 {
|
|
|
|
line-height: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2021-11-06 03:38:33 +00:00
|
|
|
.leading-3 {
|
|
|
|
line-height: .75rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.text-neutral-400 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-neutral-900 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-900), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.text-primary-600 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2022-01-12 04:53:24 +00:00
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
.text-neutral-700 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-18 23:25:48 +00:00
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
2021-08-25 06:25:45 +00:00
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
.text-neutral-500 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-18 23:25:48 +00:00
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-primary-500 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-500), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-21 02:22:45 +00:00
|
|
|
.text-neutral-800 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-21 02:22:45 +00:00
|
|
|
.text-primary-700 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.text-primary-400 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.\!text-neutral {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1 !important;
|
|
|
|
color: rgba(var(--color-neutral), var(--tw-text-opacity)) !important;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.\!no-underline {
|
2021-12-24 23:53:46 +00:00
|
|
|
-webkit-text-decoration-line: none !important;
|
|
|
|
text-decoration-line: none !important;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-02-20 03:36:36 +00:00
|
|
|
.decoration-primary-500 {
|
2022-06-22 07:20:11 +00:00
|
|
|
-webkit-text-decoration-color: rgba(var(--color-primary-500), 1);
|
|
|
|
text-decoration-color: rgba(var(--color-primary-500), 1);
|
2022-02-20 03:36:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.decoration-neutral-300 {
|
2022-06-22 07:20:11 +00:00
|
|
|
-webkit-text-decoration-color: rgba(var(--color-neutral-300), 1);
|
|
|
|
text-decoration-color: rgba(var(--color-neutral-300), 1);
|
2022-02-20 03:36:36 +00:00
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.opacity-0 {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.shadow-lg {
|
|
|
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
|
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.backdrop-blur {
|
|
|
|
--tw-backdrop-blur: blur(8px);
|
|
|
|
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
|
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.backdrop-blur-sm {
|
|
|
|
--tw-backdrop-blur: blur(4px);
|
|
|
|
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
|
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
.transition-opacity {
|
|
|
|
transition-property: opacity;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.first\:mt-8:first-child {
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
|
2022-01-16 23:16:57 +00:00
|
|
|
.hover\:border-primary-300:hover {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-primary-300), var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.hover\:bg-primary-600:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:bg-primary-100:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:bg-primary-500:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:\!bg-primary-500:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1 !important;
|
|
|
|
background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)) !important;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
.hover\:text-primary-600:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-18 23:25:48 +00:00
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-18 06:26:46 +00:00
|
|
|
.hover\:text-primary-700:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-18 06:26:46 +00:00
|
|
|
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
.hover\:text-primary-500:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
2022-01-18 23:25:48 +00:00
|
|
|
color: rgba(var(--color-primary-500), var(--tw-text-opacity));
|
2021-12-21 02:22:45 +00:00
|
|
|
}
|
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.hover\:text-neutral:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.hover\:underline:hover {
|
2021-12-24 23:53:46 +00:00
|
|
|
-webkit-text-decoration-line: underline;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover\:decoration-primary-400:hover {
|
2022-06-22 07:20:11 +00:00
|
|
|
-webkit-text-decoration-color: rgba(var(--color-primary-400), 1);
|
|
|
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
.hover\:decoration-2:hover {
|
|
|
|
text-decoration-thickness: 2px;
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2021-12-24 23:53:46 +00:00
|
|
|
.hover\:underline-offset-2:hover {
|
2021-08-21 02:20:29 +00:00
|
|
|
text-underline-offset: 2px;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.focus\:translate-y-0:focus {
|
|
|
|
--tw-translate-y: 0px;
|
|
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.focus\:bg-primary-100:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:outline-dotted:focus {
|
|
|
|
outline-style: dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:outline-2:focus {
|
|
|
|
outline-width: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:outline-transparent:focus {
|
|
|
|
outline-color: transparent;
|
|
|
|
}
|
|
|
|
|
2022-02-03 00:07:12 +00:00
|
|
|
.group:hover .group-hover\:text-primary-600 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.group:hover .group-hover\:text-primary-300 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.group:hover .group-hover\:underline {
|
|
|
|
-webkit-text-decoration-line: underline;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group:hover .group-hover\:decoration-primary-500 {
|
2022-06-22 07:20:11 +00:00
|
|
|
-webkit-text-decoration-color: rgba(var(--color-primary-500), 1);
|
|
|
|
text-decoration-color: rgba(var(--color-primary-500), 1);
|
2022-02-03 00:07:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.group:hover .group-hover\:opacity-100 {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
[dir="ltr"] .ltr\:right-0 {
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
[dir="ltr"] .ltr\:-left-6 {
|
|
|
|
left: -1.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
[dir="ltr"] .ltr\:ml-2 {
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="ltr"] .ltr\:mr-4 {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="ltr"] .ltr\:ml-1 {
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
[dir="ltr"] .ltr\:mr-14 {
|
|
|
|
margin-right: 3.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
[dir="ltr"] .ltr\:-ml-5 {
|
|
|
|
margin-left: -1.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
[dir="ltr"] .ltr\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
[dir="ltr"] .ltr\:inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="ltr"] .ltr\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
[dir="ltr"] .ltr\:border-l {
|
|
|
|
border-left-width: 1px;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
[dir="ltr"] .ltr\:pr-2 {
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
[dir="ltr"] .ltr\:pl-5 {
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
[dir="ltr"] .ltr\:pr-3 {
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="ltr"] .ltr\:text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
[dir="rtl"] .rtl\:left-0 {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2022-01-17 02:21:21 +00:00
|
|
|
[dir="rtl"] .rtl\:-right-6 {
|
|
|
|
right: -1.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
[dir="rtl"] .rtl\:mr-2 {
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .rtl\:ml-4 {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .rtl\:mr-1 {
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
[dir="rtl"] .rtl\:ml-14 {
|
|
|
|
margin-left: 3.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
[dir="rtl"] .rtl\:-mr-5 {
|
|
|
|
margin-right: -1.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
[dir="rtl"] .rtl\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
[dir="rtl"] .rtl\:inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .rtl\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
[dir="rtl"] .rtl\:border-r {
|
|
|
|
border-right-width: 1px;
|
|
|
|
}
|
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
[dir="rtl"] .rtl\:pl-2 {
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
[dir="rtl"] .rtl\:pr-5 {
|
|
|
|
padding-right: 1.25rem;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
[dir="rtl"] .rtl\:pl-3 {
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .rtl\:text-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.dark .dark\:prose-invert {
|
2022-01-17 03:14:52 +00:00
|
|
|
--tw-prose-body: var(--tw-prose-invert-body);
|
|
|
|
--tw-prose-headings: var(--tw-prose-invert-headings);
|
|
|
|
--tw-prose-lead: var(--tw-prose-invert-lead);
|
|
|
|
--tw-prose-links: var(--tw-prose-invert-links);
|
|
|
|
--tw-prose-bold: var(--tw-prose-invert-bold);
|
|
|
|
--tw-prose-counters: var(--tw-prose-invert-counters);
|
|
|
|
--tw-prose-bullets: var(--tw-prose-invert-bullets);
|
|
|
|
--tw-prose-hr: var(--tw-prose-invert-hr);
|
|
|
|
--tw-prose-quotes: var(--tw-prose-invert-quotes);
|
|
|
|
--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
|
|
|
|
--tw-prose-captions: var(--tw-prose-invert-captions);
|
|
|
|
--tw-prose-code: var(--tw-prose-invert-code);
|
|
|
|
--tw-prose-pre-code: var(--tw-prose-invert-pre-code);
|
|
|
|
--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
|
|
|
|
--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
|
|
|
|
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)) {
|
2022-06-22 07:20:11 +00:00
|
|
|
-webkit-text-decoration-color: rgba(var(--color-neutral-600), 1);
|
|
|
|
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.dark .dark\:prose-invert :where(kbd):not(:where([class~="not-prose"] *)) {
|
2022-06-22 07:20:11 +00:00
|
|
|
color: rgba(var(--color-neutral-200), 1);
|
|
|
|
background-color: rgba(var(--color-neutral-700), 1);
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-20 03:08:52 +00:00
|
|
|
.dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) {
|
2022-06-22 07:20:11 +00:00
|
|
|
background-color: rgba(var(--color-secondary-400), 1);
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:border-neutral-600 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:border-primary-600 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .dark\:border-neutral-700 {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-neutral-700), var(--tw-border-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:bg-neutral-800 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.dark .dark\:bg-neutral-600 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
2022-01-12 04:53:24 +00:00
|
|
|
}
|
|
|
|
|
2022-01-18 23:25:48 +00:00
|
|
|
.dark .dark\:bg-neutral-800\/50 {
|
|
|
|
background-color: rgba(var(--color-neutral-800), 0.5);
|
|
|
|
}
|
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:bg-primary-400 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .dark\:bg-neutral-900\/50 {
|
|
|
|
background-color: rgba(var(--color-neutral-900), 0.5);
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:bg-neutral-700 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:bg-primary-900 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:bg-primary-800 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:text-neutral-500 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:text-neutral {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2022-01-12 04:53:24 +00:00
|
|
|
.dark .dark\:text-primary-400 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
2022-01-12 04:53:24 +00:00
|
|
|
}
|
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:text-neutral-300 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-11-03 23:54:47 +00:00
|
|
|
.dark .dark\:text-neutral-400 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
2021-11-03 23:54:47 +00:00
|
|
|
}
|
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:text-neutral-800 {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
.dark .dark\:text-neutral-100 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-100), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-01-16 23:16:57 +00:00
|
|
|
.dark .dark\:hover\:border-primary-600:hover {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.dark .dark\:hover\:bg-primary-900:hover {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:hover\:bg-primary-400:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:hover\:\!bg-primary-700:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-bg-opacity: 1 !important;
|
|
|
|
background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important;
|
2021-10-29 00:15:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark .dark\:hover\:text-primary-400:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2021-10-29 00:15:00 +00:00
|
|
|
.dark .dark\:hover\:text-neutral-800:hover {
|
2022-01-13 04:56:30 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .dark\:focus\:bg-primary-900:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
2022-02-03 00:07:12 +00:00
|
|
|
.dark .group:hover .dark\:group-hover\:text-primary-400 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .group:hover .dark\:group-hover\:text-neutral-700 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-04-03 03:56:06 +00:00
|
|
|
@media print {
|
|
|
|
.print\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
@media (min-width: 640px) {
|
2021-08-22 07:19:42 +00:00
|
|
|
.sm\:mb-0 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.sm\:w-1\/2 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sm\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2021-09-22 02:24:46 +00:00
|
|
|
.sm\:items-center {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.sm\:p-6 {
|
|
|
|
padding: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.sm\:px-14 {
|
|
|
|
padding-left: 3.5rem;
|
|
|
|
padding-right: 3.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sm\:py-10 {
|
|
|
|
padding-top: 2.5rem;
|
|
|
|
padding-bottom: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2021-12-21 02:22:45 +00:00
|
|
|
.sm\:text-lg {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.75rem;
|
|
|
|
}
|
|
|
|
|
2022-01-11 05:17:49 +00:00
|
|
|
[dir="ltr"] .ltr\:sm\:mr-7 {
|
|
|
|
margin-right: 1.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="ltr"] .ltr\:sm\:last\:mr-0:last-child {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .rtl\:sm\:ml-7 {
|
|
|
|
margin-left: 1.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .rtl\:sm\:last\:ml-0:last-child {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.md\:w-1\/3 {
|
|
|
|
width: 33.333333%;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.md\:p-\[10vh\] {
|
|
|
|
padding: 10vh;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.md\:px-24 {
|
|
|
|
padding-left: 6rem;
|
|
|
|
padding-right: 6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1024px) {
|
2022-01-18 05:24:33 +00:00
|
|
|
.lg\:sticky {
|
|
|
|
position: -webkit-sticky;
|
|
|
|
position: sticky;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:top-10 {
|
|
|
|
top: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:order-last {
|
|
|
|
order: 9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:mt-3 {
|
|
|
|
margin-top: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.lg\:w-1\/4 {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
2022-01-18 05:24:33 +00:00
|
|
|
.lg\:max-w-xs {
|
|
|
|
max-width: 20rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2022-01-13 04:56:30 +00:00
|
|
|
.lg\:p-\[12vh\] {
|
|
|
|
padding: 12vh;
|
|
|
|
}
|
|
|
|
|
2021-08-21 02:20:29 +00:00
|
|
|
.lg\:px-32 {
|
|
|
|
padding-left: 8rem;
|
|
|
|
padding-right: 8rem;
|
|
|
|
}
|
2022-01-18 05:24:33 +00:00
|
|
|
|
|
|
|
[dir="ltr"] .ltr\:lg\:pl-8 {
|
|
|
|
padding-left: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .rtl\:lg\:pr-8 {
|
|
|
|
padding-right: 2rem;
|
|
|
|
}
|
2021-08-21 02:20:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.xl\:w-1\/5 {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
}
|