Skip to content

Commit

Permalink
🐛 Styles overridden (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored Jun 17, 2024
1 parent 4169f02 commit 1b763c3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-papayas-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@myst-theme/styles': patch
---

Fix style over-rides
4 changes: 0 additions & 4 deletions styles/backmatter.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
#footnotes p {
margin: 0.25rem;
Expand Down
4 changes: 0 additions & 4 deletions styles/block-styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
.shaded {
@apply pt-5 my-5 bg-slate-100 dark:bg-slate-800;
Expand Down
4 changes: 0 additions & 4 deletions styles/cross-references.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
.popout > h1,
.popout > h2,
Expand Down
4 changes: 0 additions & 4 deletions styles/grid-system.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
.article-grid {
@apply grid content-start grid-cols-article-sm md:grid-cols-article-md lg:grid-cols-article-lg xl:grid-cols-article-xl 2xl:grid-cols-article-2xl;
Expand Down
4 changes: 0 additions & 4 deletions styles/tasklists.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
.task-list-item {
@apply list-none;
Expand Down

0 comments on commit 1b763c3

Please sign in to comment.