Skip to content

Commit

Permalink
Update application.css
Browse files Browse the repository at this point in the history
  • Loading branch information
danielswei authored Jan 1, 2025
1 parent 28a962c commit c7e5a9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ table.movie-table td {
}

.sort-asc {
background-color: lightgreen; /* Color for ascending */
background-color: lightgreen;
}

.sort-desc {
background-color: rgb(210, 51, 51); /* Color for descending */
}
background-color: rgb(210, 51, 51);
}

0 comments on commit c7e5a9e

Please sign in to comment.