Skip to content

Commit

Permalink
Adjust stroke widths
Browse files Browse the repository at this point in the history
  • Loading branch information
frammiie committed Nov 16, 2023
1 parent 9eac8f2 commit 8114e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/clover/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
top: -0.5rem;
line-height: 1.2rem;
color: white;
-webkit-text-stroke: 0.05rem black;
-webkit-text-stroke: 1.1px black;
opacity: 0;
transition:
opacity 0.2s,
Expand Down Expand Up @@ -43,7 +43,7 @@
}

@-moz-document url-prefix() {
.name {
.clover > .name {
-webkit-text-stroke: 1px black;
}
}
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ h1,
h2,
h3 {
color: #0c996f;
-webkit-text-stroke: 0.01rem white;
-webkit-text-stroke: 0.16px white;
text-shadow: 0px 1px 1px #a6a6a6;
}

Expand Down

0 comments on commit 8114e54

Please sign in to comment.