Skip to content

Commit

Permalink
removed theme css
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Oct 14, 2023
1 parent 355ce6f commit bbd7045
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 91 deletions.
44 changes: 44 additions & 0 deletions astro/src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,50 @@
--font-7: 6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
margin: 0;
font-family: var(--font-sans);
}

h1 {
font-size: var(--font-4);
}

h2 {
font-size: var(--font-3);
}

h3 {
font-size: var(--font-2);
}

h4 {
font-size: var(--font-1);
}

h5 {
font-size: var(--font-0);
color: var(--primary);
}

h6 {
font-size: 0.9rem;
font-weight: 500;
}

pre,
code {
font-family: var(--font-mono);
overflow: scroll;
}

/* UTILITY CSS */


Expand Down
89 changes: 0 additions & 89 deletions astro/src/css/theme.css

This file was deleted.

2 changes: 0 additions & 2 deletions astro/src/pages/editor.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
// import '../css/editor-theme.css'
import '../css/global.css'
---

<!DOCTYPE html>
Expand Down

0 comments on commit bbd7045

Please sign in to comment.