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 9fe26f6 commit 5190c6a
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ body {
html {
font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', 'Helvetica Neue', Helvetica,
Ubuntu, Roboto, Noto, Arial, sans-serif;
font-size: calc(16px + 1.5 * 1vw);
font-weight: medium;
line-height: 1.5rem;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
color: black;
}

body {
Expand All @@ -17,18 +23,6 @@ body {
color: snow;
}

.text,
.action,
.link,
.ghost {
font-size: calc(16px + 1.5 * 1vw);
font-weight: bold;
line-height: 1.5rem;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
color: black;
}

.ghost {
color: #D4D4D4;
}
Expand All @@ -47,16 +41,17 @@ body {
}

.action {
display: inline;
color: cornflowerblue;
background-color: transparent;
transition: color 0.1s;
text-decoration: none;
}

.action:hover {
color: #3676E8;
text-decoration: none;
}

.action:active {
color: cornflowerblue;
text-decoration: none;
}

0 comments on commit 5190c6a

Please sign in to comment.