Skip to content

Commit

Permalink
add h2 css borders
Browse files Browse the repository at this point in the history
  • Loading branch information
civsiv committed Feb 23, 2024
1 parent 3b9cd49 commit f715dba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<style>
h2 {
cursor: pointer;
border-top-color: #CCC;
border-top-width: 1px;
border-top-style: solid;
padding-top: 5px;
}
h2:hover {
color: #0056b3; /* Example color change on hover */
Expand Down

0 comments on commit f715dba

Please sign in to comment.