Skip to content

Commit

Permalink
Correcting typos in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Rairdon committed Sep 1, 2024
1 parent 659892f commit bd1484a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sitemap: false
---

@import url(gh-dark.css) * {
@import url(gh-dark.css);

* {
color-scheme: light dark;
}

Expand Down Expand Up @@ -135,6 +137,10 @@ pre.highlight:hover .copy {
width: 0.7em;
}

pre {
overflow: auto;
}

pre, code {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
Expand Down

0 comments on commit bd1484a

Please sign in to comment.