Skip to content

Commit

Permalink
(core) Apply text-shadow on h2 element to enhance readability and vis…
Browse files Browse the repository at this point in the history
…ual appeal
  • Loading branch information
malkoG committed Nov 3, 2023
1 parent 625bd74 commit 9c7cb4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,17 @@ article h2 {
font-weight: 900;
margin: 2rem 0 0.75rem;
font-size: 1.75rem;
text-shadow: 0.5rem 0.5rem 0.5rem rgb(156, 163, 175);
}

article h3 {
font-weight: 900;
font-weight: 800;
margin: 1.5rem 0 0.75rem;
font-size: 1.25rem;
}

article h4 {
font-weight: 900;
font-weight: 700;
margin: 1.25rem 0 0.5rem;
font-size: 1.125rem;
}
Expand Down

0 comments on commit 9c7cb4f

Please sign in to comment.