Skip to content

Commit

Permalink
added new colors
Browse files Browse the repository at this point in the history
  • Loading branch information
abutler911 committed Oct 10, 2023
1 parent ab24969 commit 18d07e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {
text-align: center;
padding: 20px;
color: var(--black);
font-size: 0.8rem;
font-size: 0.9rem;
line-height: 1.5;
margin: 0;
}
Expand All @@ -42,6 +42,12 @@ body {
color: var(--green);
}

hr {
border: none;
border-top: 3px solid var(--green);
border-radius: 9px;
}

.affirmation-header {
text-align: center;
padding: 20px;
Expand Down

0 comments on commit 18d07e7

Please sign in to comment.