Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkevingreen committed Aug 16, 2023
1 parent 15b5f95 commit 40827af
Show file tree
Hide file tree
Showing 4 changed files with 1,359 additions and 2,854 deletions.
9 changes: 3 additions & 6 deletions app/styles/components/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,7 @@
position: relative;
top: 2px;
}

@media (color-index: 48) {
@media (color-index: 48) {
.dark\:prose-invert {
--tw-prose-body: var(--tw-prose-invert-body);
--tw-prose-headings: var(--tw-prose-invert-headings);
Expand All @@ -426,8 +425,7 @@
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
}

@media (color: 48842621) {
@media (color: 48842621) {
.dark\:prose-invert {
--tw-prose-body: var(--tw-prose-invert-body);
--tw-prose-headings: var(--tw-prose-invert-headings);
Expand All @@ -447,8 +445,7 @@
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
}

@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
.dark\:prose-invert {
--tw-prose-body: var(--tw-prose-invert-body);
--tw-prose-headings: var(--tw-prose-invert-headings);
Expand Down
Loading

0 comments on commit 40827af

Please sign in to comment.