Skip to content

Commit

Permalink
feat: add hover color to main title (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima authored Oct 17, 2023
1 parent 376befb commit ed2b45a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ table {
font-size: 1.25em;
color: #aaa;
}
.title:hover {
color: #fff;
}
h1 {
font-size: 1.75em;
}
Expand Down Expand Up @@ -195,4 +198,4 @@ table .narrow {
padding: revert;
vertical-align: revert;
border-radius: revert;
}
}

0 comments on commit ed2b45a

Please sign in to comment.