Skip to content

Commit

Permalink
Further decrease text size
Browse files Browse the repository at this point in the history
Closes #280
  • Loading branch information
Levminer committed Feb 16, 2024
1 parent e4cf062 commit 999d3aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions interface/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,29 +85,29 @@ body {

/* headings */
h1 {
font-size: 64px;
font-size: 60px;
font-weight: 700;
}

/* main card */
h2 {
font-size: 32px;
font-size: 28px;
font-weight: 700;
}

h3 {
font-size: 24px;
font-size: 20px;
color: #d3cfcf;
}

/* secondary card */
h4 {
font-size: 24px;
font-size: 20px;
font-weight: 500;
}

h5 {
font-size: 18px;
font-size: 14px;
color: #d3cfcf;
}

Expand Down

0 comments on commit 999d3aa

Please sign in to comment.