Skip to content

Commit

Permalink
Merge pull request #76 from emchateau/master
Browse files Browse the repository at this point in the history
Couleurs et titraille
  • Loading branch information
emchateau authored Oct 14, 2021
2 parents 35ef1b4 + 00fa721 commit aadd0ac
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ font-family: 'IBM Plex Mono', monospace;
body {
font-family: Work Sans, "Work Sans", Helvetica, Arial, Sans-Serif;
font-weight: normal;
color: #762C2E;
}

h1, h2, h3, h4, h5, h6 {
Expand All @@ -55,8 +56,8 @@ h1, h2, h3, h4, h5, h6 {
h1, h1.post-title {
font-size: 2.2222em; /* 40px */
line-height: 1.3500; /* 54px */
text-transform: uppercase;
letter-spacing: 0.15em;
font-weight: bold;
letter-spacing: 0.05em;
text-align: center;
}

Expand All @@ -65,8 +66,8 @@ h2 {
line-height: 1.7419em; /* 54px */
margin-top: auto;
margin-bottom: calc( var(--baseline) * 1rem);
text-transform: uppercase;
letter-spacing: 0.15em;
font-weight: medium;
letter-spacing: 0.05em;
text-align: center;
}

Expand All @@ -82,24 +83,28 @@ h2 {
h3 {
font-size: 1.334em; /* 18 * 1.334em = 24px */
line-height: 1.125; /* 24 * 1.125 = 27px*/
font-weight: medium;
margin-bottom: calc( var(--baseline) * 1rem);
}

h4 {
font-size: 1.2222em; /* 22px */
line-height: 1.2273; /* 27px */
font-weight: medium;
margin: auto;
}

h5 {
font-size: 1.1111em; /* 20px */
line-height: 1.350; /* 27px */
font-weight: medium;
margin: auto;
}

h6 {
font-size: 1em;
margin: auto;
font-weight: medium;
}

p {
Expand All @@ -123,3 +128,7 @@ sup.note {
letter-spacing: 0.05em;
text-align: center;
}

a {
color: #F65645;
}

0 comments on commit aadd0ac

Please sign in to comment.