Skip to content

Commit

Permalink
Change navbar and body text color to white (#60)
Browse files Browse the repository at this point in the history
* Change navbar and body text color to white

* Change underline from #ccc to #fff
  • Loading branch information
BulumkoJele authored Dec 27, 2023
1 parent a4cbfac commit 6c3d953
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ nav a.icon {
nav ul li a {
padding: 1.35rem 2rem;
text-decoration: none;
color: #ccc;
color: #fff;
}

nav ul li::after {
Expand All @@ -71,7 +71,7 @@ nav ul li::after {
bottom: -9px;
left: 0;
background-color: #000;
background-color: #ccc;
background-color: #fff;
/* transform-origin: bottom right; */
transition: transform 0.25s ease-out;
}
Expand All @@ -86,7 +86,7 @@ nav ul li:hover {
}

nav ul li a:active {
color: #ccc;
color: #fff;
}

.introduction {
Expand All @@ -108,7 +108,7 @@ nav ul li a:active {
}

.intro-text {
color: #ccc;
color: #fff;
width: 40vw;
margin-top: 20vh;
}
Expand Down

0 comments on commit 6c3d953

Please sign in to comment.