Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nisanord authored May 6, 2024
1 parent 1844b34 commit 9fe26f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ body {
}

html {
font-size: calc(16px + 1.5 * 1vw);
font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', 'Helvetica Neue', Helvetica,
Ubuntu, Roboto, Noto, Arial, sans-serif;
}
Expand All @@ -21,7 +20,8 @@ body {
.text,
.action,
.link,
.remark {
.ghost {
font-size: calc(16px + 1.5 * 1vw);
font-weight: bold;
line-height: 1.5rem;
margin-top: 0.75rem;
Expand All @@ -33,10 +33,6 @@ body {
color: #D4D4D4;
}

.remark {
display: inline;
}

.link {
color: hotpink;
transition: color 0.1s;
Expand Down

0 comments on commit 9fe26f6

Please sign in to comment.