Skip to content

Commit

Permalink
fix: classname typo ✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
danBamikiya committed Apr 19, 2021
1 parent 67427ec commit 0138cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
color: white;
}

app-name {
.app-name {
background: -webkit-linear-gradient(
-70deg,
var(--color-blue-light),
Expand All @@ -26,7 +26,7 @@ app-name {
font-weight: 900;
}

app-info {
.app-info {
font-weight: 600;
font-size: 1.1rem;
color: var(--color-blue-dark);
Expand Down

0 comments on commit 0138cfa

Please sign in to comment.