Skip to content

Commit

Permalink
add newline at EOF to CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
dabzpengu committed Apr 3, 2024
1 parent a45de77 commit e8e61eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/view/CustomTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,4 @@

#cardPane.priorityDefault {
-fx-background-color: grey;
}
}
2 changes: 1 addition & 1 deletion src/main/resources/view/Extensions.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

.personListCard.priorityDefault {
-fx-background-color: grey;
}
}

0 comments on commit e8e61eb

Please sign in to comment.