Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sass/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ body {
background-color: #E46E2E;
border-radius: 2px;
color: white;
text-shadow: 0px 0px 4px black;
text-shadow: 0px 0px 3px #3c1a07;
display: inline-block;
font-size: 16px;
padding: 13px 26px;
Expand Down
1 change: 1 addition & 0 deletions _sass/components/_hyperlinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
a {
color: $dark-orange;
text-decoration: none;
text-shadow: 0px 0px 1px white, 0px 0px 2px white, 0px 0px 3px white;
}
a:hover,
a:focus {
Expand Down