Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperkins committed Aug 26, 2024
1 parent 655575b commit 7d52c8c
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 203 deletions.
62 changes: 31 additions & 31 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,59 @@
@tailwind utilities;

:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
--background-end-rgb: 0, 0, 0;
}
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
--background-end-rgb: 0, 0, 0;
}
}

@layer utilities {
.text-balance {
text-wrap: balance;
}
.text-balance {
text-wrap: balance;
}
}

@layer components {
.heading-group {
@apply flex first:relative first:border-none first:lg:-ml-2 first:lg:pl-2;
}
.heading-link {
@apply hidden transition absolute -ml-4 pr-4 items-center border-0 opacity-0 group-hover:opacity-100 group-focus:opacity-100 lg:flex text-gray-500;
}
h1.heading-group > a > .heading-link {
@apply -ml-8 pr-8;
}
h2.heading-group > a > .heading-link {
@apply -ml-6 pr-6;
}
h3.heading-group > a > .heading-link {
@apply -ml-6 pr-6;
}
.heading-group {
@apply flex first:relative first:border-none first:lg:-ml-2 first:lg:pl-2;
}
.heading-link {
@apply hidden transition absolute -ml-4 pr-4 items-center border-0 opacity-0 group-hover:opacity-100 group-focus:opacity-100 lg:flex text-gray-500;
}
h1.heading-group > a > .heading-link {
@apply -ml-8 pr-8;
}
h2.heading-group > a > .heading-link {
@apply -ml-6 pr-6;
}
h3.heading-group > a > .heading-link {
@apply -ml-6 pr-6;
}
}

.markdown-alert {
@apply border-l-4 border-gray-500 px-4;
@apply border-l-4 border-gray-500 px-4;
}

.markdown-alert > .markdown-alert-title {
@apply flex items-center font-bold gap-x-1 normal-case mb-0;
@apply flex items-center font-bold gap-x-1 normal-case mb-0;
}

.markdown-alert > p {
@apply my-1;
@apply my-1;
}

.markdown-alert.markdown-alert-note {
@apply border-blue-700;
@apply border-blue-700;
}

.markdown-alert.markdown-alert-note > .markdown-alert-title {
@apply text-blue-700 fill-blue-700;
@apply text-blue-700 fill-blue-700;
}
Loading

0 comments on commit 7d52c8c

Please sign in to comment.