Skip to content

Commit

Permalink
bold border text
Browse files Browse the repository at this point in the history
added a web-kit border to the emphasis text in the style
  • Loading branch information
queviva committed Feb 5, 2024
1 parent 9d26f5d commit 25e56e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@

.emp {
font-family: luckiest;
font-style: italic;
font-weight: bold;
-webkit-text-stroke: 1px hsl(
var(--nose-h),
calc(0.2 * var(--nose-s)),
calc(0.7 * var(--nose-l))
);
}

.small {
Expand Down Expand Up @@ -1338,4 +1345,4 @@

</script>

</html>
</html>

0 comments on commit 25e56e8

Please sign in to comment.