Skip to content

Commit

Permalink
Have horizontal line under table headers, remove header link underlin…
Browse files Browse the repository at this point in the history
…es except on hover
  • Loading branch information
Janell-Huyck committed Nov 15, 2024
1 parent c3db66e commit 2d21dc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/software_records.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,17 @@ option {

.table th {
font-size: 14px;
border-color: white;
}

th a {
text-decoration: none;
color: white;

&:hover {
text-decoration: underline;
cursor: pointer;
}
}

.table {
Expand Down

0 comments on commit 2d21dc4

Please sign in to comment.