Skip to content

Commit

Permalink
Update Home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Oct 5, 2023
1 parent 802c62a commit 7331ee8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/styles/pages/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@

.Home h2.outlined {
pointer-events: none;

font-weight: bold;
font-size: 40px;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: var(--bs-dark);
color: transparent;
/* -webkit-text-stroke-width: 2px; */
/* -webkit-text-stroke-color: var(--bs-dark); */
/* color: transparent; */
color: var(--bs-primary-text);
text-shadow: 0 0 5px var(--primary);
}

.Home h2.outlined::selection {
background-color: transparent;
}
Expand Down

0 comments on commit 7331ee8

Please sign in to comment.