mirror of https://github.com/jpanther/congo.git
💄 Rebuild CSS
parent
3707245fd6
commit
081a7acaf6
|
@ -1,6 +1,6 @@
|
||||||
/*! Congo v2.3.1 | MIT License | https://github.com/jpanther/congo */
|
/*! Congo v2.3.1 | MIT License | https://github.com/jpanther/congo */
|
||||||
|
|
||||||
/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com */
|
/*! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
||||||
|
@ -410,6 +410,12 @@ video {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
||||||
|
|
||||||
|
[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
*, ::before, ::after {
|
*, ::before, ::after {
|
||||||
--tw-border-spacing-x: 0;
|
--tw-border-spacing-x: 0;
|
||||||
--tw-border-spacing-y: 0;
|
--tw-border-spacing-y: 0;
|
||||||
|
@ -568,7 +574,6 @@ video {
|
||||||
color: var(--tw-prose-links);
|
color: var(--tw-prose-links);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
-webkit-text-decoration-color: rgba(var(--color-primary-300), 1);
|
|
||||||
text-decoration-color: rgba(var(--color-primary-300), 1);
|
text-decoration-color: rgba(var(--color-primary-300), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1180,9 +1185,7 @@ video {
|
||||||
|
|
||||||
body a,
|
body a,
|
||||||
body button {
|
body button {
|
||||||
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;
|
||||||
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
||||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition-duration: 150ms;
|
transition-duration: 150ms;
|
||||||
}
|
}
|
||||||
|
@ -1841,7 +1844,6 @@ body:has(#menu-controller:checked) {
|
||||||
/* GenericUnderline */
|
/* GenericUnderline */
|
||||||
|
|
||||||
.chroma .gl {
|
.chroma .gl {
|
||||||
-webkit-text-decoration-line: underline;
|
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1870,7 +1872,6 @@ body:has(#menu-controller:checked) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sticky {
|
.sticky {
|
||||||
position: -webkit-sticky;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2586,17 +2587,14 @@ body:has(#menu-controller:checked) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.\!no-underline {
|
.\!no-underline {
|
||||||
-webkit-text-decoration-line: none !important;
|
|
||||||
text-decoration-line: none !important;
|
text-decoration-line: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.decoration-primary-500 {
|
.decoration-primary-500 {
|
||||||
-webkit-text-decoration-color: rgba(var(--color-primary-500), 1);
|
|
||||||
text-decoration-color: rgba(var(--color-primary-500), 1);
|
text-decoration-color: rgba(var(--color-primary-500), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.decoration-neutral-300 {
|
.decoration-neutral-300 {
|
||||||
-webkit-text-decoration-color: rgba(var(--color-neutral-300), 1);
|
|
||||||
text-decoration-color: rgba(var(--color-neutral-300), 1);
|
text-decoration-color: rgba(var(--color-neutral-300), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2678,12 +2676,10 @@ body:has(#menu-controller:checked) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover\:underline:hover {
|
.hover\:underline:hover {
|
||||||
-webkit-text-decoration-line: underline;
|
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover\:decoration-primary-400:hover {
|
.hover\:decoration-primary-400:hover {
|
||||||
-webkit-text-decoration-color: rgba(var(--color-primary-400), 1);
|
|
||||||
text-decoration-color: rgba(var(--color-primary-400), 1);
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2728,12 +2724,10 @@ body:has(#menu-controller:checked) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.group:hover .group-hover\:underline {
|
.group:hover .group-hover\:underline {
|
||||||
-webkit-text-decoration-line: underline;
|
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group:hover .group-hover\:decoration-primary-500 {
|
.group:hover .group-hover\:decoration-primary-500 {
|
||||||
-webkit-text-decoration-color: rgba(var(--color-primary-500), 1);
|
|
||||||
text-decoration-color: rgba(var(--color-primary-500), 1);
|
text-decoration-color: rgba(var(--color-primary-500), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2861,39 +2855,6 @@ body:has(#menu-controller:checked) {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .dark\:prose-invert {
|
|
||||||
--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);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)) {
|
|
||||||
-webkit-text-decoration-color: rgba(var(--color-neutral-600), 1);
|
|
||||||
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark .dark\:prose-invert :where(kbd):not(:where([class~="not-prose"] *)) {
|
|
||||||
color: rgba(var(--color-neutral-200), 1);
|
|
||||||
background-color: rgba(var(--color-neutral-700), 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) {
|
|
||||||
background-color: rgba(var(--color-secondary-400), 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark .dark\:flex {
|
.dark .dark\:flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -2955,6 +2916,38 @@ body:has(#menu-controller:checked) {
|
||||||
background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .dark\:prose-invert {
|
||||||
|
--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);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)) {
|
||||||
|
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .dark\:prose-invert :where(kbd):not(:where([class~="not-prose"] *)) {
|
||||||
|
color: rgba(var(--color-neutral-200), 1);
|
||||||
|
background-color: rgba(var(--color-neutral-700), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) {
|
||||||
|
background-color: rgba(var(--color-secondary-400), 1);
|
||||||
|
}
|
||||||
|
|
||||||
.dark .dark\:text-neutral-500 {
|
.dark .dark\:text-neutral-500 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
||||||
|
@ -3111,7 +3104,6 @@ body:has(#menu-controller:checked) {
|
||||||
|
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
.lg\:sticky {
|
.lg\:sticky {
|
||||||
position: -webkit-sticky;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue