Skip to content

Commit

Permalink
new style in style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
WutherHeights authored Dec 25, 2024
1 parent 68f2032 commit a9e763a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ nav {
color: var(--primary);
}

nav a.active {
color: #007BFF;
}

nav a:hover {
text-decoration: underline;
}

/* Section Styles */
section {
padding: 5rem 0;
Expand Down Expand Up @@ -276,4 +284,4 @@ footer {
width: 250px;
height: 250px;
}
}
}

0 comments on commit a9e763a

Please sign in to comment.