Skip to content

Commit

Permalink
style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Sep 22, 2023
1 parent 95f98aa commit 9addb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/text-underline/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ border-bottom: 1px solid currentcolor;</code></pre>
<PageSection>
<PageSubHeader title="3" />
<pre><code>text-decoration: underline;
text-decoration-thickness: 0.1em;
text-decoration-thickness: 0.05em;
text-underline-offset: 0.25em;</code></pre>
<a
href="https://developer.mozilla.org/en-US/"
Expand Down Expand Up @@ -122,7 +122,7 @@ box-shadow: 0 1px 0 0 currentcolor;</code></pre>

.example3-link {
text-decoration: underline;
text-decoration-thickness: 0.1em;
text-decoration-thickness: 0.05em;
text-underline-offset: 0.25em;
}

Expand Down

0 comments on commit 9addb54

Please sign in to comment.