Skip to content

Commit

Permalink
update link style + biology
Browse files Browse the repository at this point in the history
  • Loading branch information
galtay committed Jan 5, 2025
1 parent 30cd70e commit 265eb7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h2>Skills</h2>
<ul>
<li>Machine Learning</li>
<li>Physics</li>
<li>Biology</li>
<li>Coding</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ h1, h2 {
}

a {
color: #00ff00;
color: #00ff00; /* Bright green for unvisited links */
text-decoration: none;
text-shadow: 0 0 5px #00ff00;
transition: color 0.3s ease, text-shadow 0.3s ease;
transition: color 0.3s ease, text-decoration 0.3s ease;
text-decoration: underline;
}

a:hover {
color: #ff00ff;
text-shadow: 0 0 5px #ff00ff;
color: #00ffff; /* Cyan for hover */
}


.section {
margin-top: 20px;
border-top: 1px solid #00ff00;
Expand Down

0 comments on commit 265eb7b

Please sign in to comment.