Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Jun 7, 2024
1 parent 459cd8c commit 273d777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ header #avatar {

.admin-form hr {
margin: 20px 0px;
color: var(--main-color)
color: var(--main-color);
}

.account-notifications-section {
Expand Down

0 comments on commit 273d777

Please sign in to comment.