_sass/scss/_reusable.scss in bubblin-jekyll-1.2.5 vs _sass/scss/_reusable.scss in bubblin-jekyll-1.2.6

- old
+ new

@@ -23,11 +23,11 @@ } body { color: rgba(0, 0, 0, 0.95); margin: 0; - font-family: 'EB Garamond', serif; + font-family: 'Assistant', sans-serif; font-smooth: always; -webkit-font-smoothing: subpixel-antialiased; text-rendering: optimizelegibility; font-display: swap; font-display: optional; @@ -57,21 +57,18 @@ h3, h4, h5, h6 { margin: 0; - font-family: monospace; } h1 { font-size: 280%; - font-weight: normal; } h2 { font-size: 200%; - font-weight: normal; } h3 { font-size: 150%; } @@ -132,19 +129,14 @@ } /* Code formatting */ -pre, -code { - border: 1px solid paleturquoise; - border-radius: 3px; - background-color: aliceblue; -} code { padding: 1px 5px; } + pre { padding: 8px 12px; overflow-x: auto; >code { \ No newline at end of file