Skip to content

Commit

Permalink
add text shadow to title banner
Browse files Browse the repository at this point in the history
  • Loading branch information
augchan42 committed Jan 22, 2024
1 parent a6f5632 commit 9c894cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion less/hux-blog.less
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,12 @@ samp {
h1 {
margin-top: 0;
font-size: 50px;
-webkit-text-stroke: 1px black;
// -webkit-text-stroke: 1px black;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000; /* Creating an outline effect */
}
.subheading {
.sans-serif;
Expand Down

0 comments on commit 9c894cc

Please sign in to comment.