Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ifBars committed Nov 21, 2024
1 parent 7b099f5 commit 3838898
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,15 @@ footer p {

.github-icon a {
color: #000; /* Default icon color */
font-size: 32px; /* Adjust size as needed */
font-size: 60px; /* Adjust size as needed */
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, transform 0.3s ease;
}

.github-icon a:visited {
color: #000; /* Ensure visited links stay black */
}

.github-icon a:hover {
color: #555; /* Change color on hover */
transform: scale(1.2); /* Slightly enlarge on hover */
Expand Down

0 comments on commit 3838898

Please sign in to comment.