Skip to content

Commit

Permalink
finished up text shadows on background
Browse files Browse the repository at this point in the history
  • Loading branch information
to7m committed Aug 7, 2024
1 parent a632c54 commit d727ac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion public_html/style.css

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

2 changes: 1 addition & 1 deletion public_html/style.css.map

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

3 changes: 2 additions & 1 deletion scss/body/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ h1 {
header p {
margin-top: 20px;
@include text.header_p_text_sizes;
text-shadow: 0 0 10px colours.$black;
text-shadow: 0 0 4px colours.$black;
}

#scroll-down {
grid-area: scroll-down;
margin: 15px 0;
text-shadow: 0 0 4px colours.$black;

@include text.append_icon("arrow-down") {
display: block;
Expand Down

0 comments on commit d727ac7

Please sign in to comment.