Skip to content

Commit

Permalink
fix projects css
Browse files Browse the repository at this point in the history
  • Loading branch information
souma4 committed Apr 27, 2024
1 parent f0bd4c9 commit 7a4df56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,14 @@ button:hover {
}
.projects li a {
color: #266577;
text-decoration: none;
text-decoration: underline 0.1em rgba(0, 0, 0, 0);
font-size: 20px;
transition: text-decoration-color 0.3s, text-underline-offset 0.3s;
}
.projects li a:hover {
text-decoration-color: #266577;
text-underline-offset: 0.1em;
}

.box {
display: flex;
align-items: center;
Expand Down

0 comments on commit 7a4df56

Please sign in to comment.