Skip to content

Commit

Permalink
Testing in clojure article (#59)
Browse files Browse the repository at this point in the history
* Increase website overall font-size

* Add article about testing Clojure apps
  • Loading branch information
skydread1 authored Aug 10, 2024
1 parent 40c9cdb commit df9fcde
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 44 deletions.
2 changes: 2 additions & 0 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
}

html {
font-size: 18px;
font-family: Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
background-image: linear-gradient(to right, var(--bg-secondary-color) 15%, var(--bg-primary-color) 85%);
}
Expand Down Expand Up @@ -140,6 +141,7 @@ p {

code {
color: var(--text-primary-color);
font-size: 1rem;
}

pre code {
Expand Down
Loading

0 comments on commit df9fcde

Please sign in to comment.