Skip to content

Commit

Permalink
design: design tweaks for stats
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRamirez committed Aug 14, 2021
1 parent f838f2a commit 262c154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

body {
font-family: 'Georgia', sans-serif;
font-family: 'Merriweather', 'Georgia', sans-serif;
overflow-x: hidden;
&.dark {
background: $dark-color;
Expand Down Expand Up @@ -115,7 +115,7 @@ h2 {
}
p {
font-size: 1.25rem;
line-height: 1.4;
line-height: 28px;
margin: 1rem;

code {
Expand All @@ -140,7 +140,7 @@ h2 {
.markdown-body {
ul {
font-size: 1.15rem;
line-height: 1.4;
line-height: 1.5;
padding-left: 4rem;
}
}
Expand Down Expand Up @@ -197,10 +197,6 @@ body:not(.markdown-body) h2 {
text-align: center;
}

.dark .stats {
background: rgba(black, 0.3);
}

#disqus_thread {
margin: 0 auto;
max-width: 50rem;
Expand Down

0 comments on commit 262c154

Please sign in to comment.