Skip to content

Commit

Permalink
head
Browse files Browse the repository at this point in the history
  • Loading branch information
hliu202 committed Mar 26, 2021
1 parent 75b71bc commit 15af78d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion purple-plain.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ h3,
h4,
h5,
h6 {
font-weight: lighter;
font-weight: bold;
color: var(--text-color);
}

Expand Down
2 changes: 1 addition & 1 deletion purple-soft.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ h3,
h4,
h5,
h6 {
font-weight: lighter;
font-weight: bold;
color: var(--text-color);
}

Expand Down
2 changes: 1 addition & 1 deletion purple-vscode.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ h3,
h4,
h5,
h6 {
font-weight: lighter;
font-weight: bold;
color: var(--text-color);
}

Expand Down
10 changes: 2 additions & 8 deletions purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,12 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: normal;
line-height: 1.4;
line-height: 1.6rem;
cursor: text;
color: var(--title-color);
font-family: var(--title-font);
}

h1 {
padding-bottom: 0.4rem;
font-size: 2.2rem;
line-height: 1.3;
}
h1 {
text-align: center;
font-size: 2.25em;
Expand All @@ -151,10 +146,9 @@ h2 {
}
h3 {
font-size: 1.5em;
line-height: 1.43;
}
h4 {
font-size: 1.3em;
font-size: 1.35em;
}
h5 {
font-size: 1.2em;
Expand Down

0 comments on commit 15af78d

Please sign in to comment.