Skip to content

Commit

Permalink
added text shadow for h1
Browse files Browse the repository at this point in the history
  • Loading branch information
to7m committed Aug 6, 2024
1 parent 4baa860 commit 58cb55c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions 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.

5 changes: 4 additions & 1 deletion scss/body/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ header {
color: colours.$white;
}

h1 { @include text.h1_text_sizes; }
h1 {
@include text.h1_text_sizes;
text-shadow: 0 0 10px colours.$black;
}

0 comments on commit 58cb55c

Please sign in to comment.