Skip to content

Commit

Permalink
updated text styles and navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandile-Dev01 committed Jul 30, 2023
1 parent 8926e34 commit 8533208
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion sass/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ body {
.nav li a:hover, .nav li a:active, .nav li a:focus {
color: #ebc590;
}
.nav-link {
padding-left: 0;
}
.content {
position: absolute;
bottom: 10%;
Expand All @@ -105,8 +108,9 @@ body {
font-family: "Orbitron";
}
.content p {
font-size: 1.1rem;
color: #ffffff;
text-shadow: 0 0 10px black;
text-shadow: 1px 1px 0 black;
font-family: "Barlow Condensed";
}
.home_button {
Expand Down
2 changes: 1 addition & 1 deletion sass/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ $accent-clr-3: #ebc590;
}
}

// .nav-link{

// }
.nav-link {
padding-left: 0;
}

.content {
position: absolute;
Expand All @@ -101,8 +101,9 @@ $accent-clr-3: #ebc590;
}

p {
font-size: 1.1rem;
color: $light-clr;
text-shadow: 0 0 10px $dark-clr;
text-shadow: 1px 1px 0 $dark-clr;
font-family: $secondary;
}
}
Expand Down

0 comments on commit 8533208

Please sign in to comment.