Skip to content

Commit

Permalink
fix some style
Browse files Browse the repository at this point in the history
  • Loading branch information
TrixDiaz committed Jul 27, 2023
1 parent 97e4cb8 commit 925820e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,19 @@ body {
display: inline-block;
max-width: 100%;
}
.home .grid-container-2 .message .intro span{
/* color: var(--black-color); */
-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
-webkit-text-stroke-width: 0.10rem;
/* -webkit-text-stroke-color: black; */
}
.home .grid-container-2 .message .intro :is(h1){
margin-bottom: 1rem;
font-size: 3rem;
font-weight: bold;
}
.home .grid-container-2 .message .intro :is(p){
margin-block: 1rem;
margin-bottom: 1rem;
font-size: 1.20rem;
color: var(--gray-color);
font-weight: 550;
Expand Down

0 comments on commit 925820e

Please sign in to comment.