Skip to content

Commit

Permalink
chore: add link hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
roycecheng committed May 9, 2024
1 parent a6829b6 commit 2648f9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index-stg.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
padding-left: 0.5rem;
text-decoration: none;
}
a:hover {
color: #002b99;
text-decoration: none;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 2648f9d

Please sign in to comment.