Skip to content

Commit

Permalink
Add main titles color
Browse files Browse the repository at this point in the history
  • Loading branch information
philippebeck committed May 8, 2019
1 parent ad8bb01 commit a59778b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/style.css
Expand Up @@ -13,6 +13,14 @@ h6 {
--title-font-family: 'Cinzel', serif;
}

h1 {
color: var(--purple);
}

h2 {
color: var(--green);
}

code,
pre {
--pre-font-family: 'Share Tech Mono', monospace;
Expand Down

0 comments on commit a59778b

Please sign in to comment.