Skip to content

Commit

Permalink
Underline the content links.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Jan 19, 2023
1 parent 73f6a03 commit 5c75623
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Expand Up @@ -55,6 +55,8 @@
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:group {"className":"entry-content"} -->
<div class="wp-block-group entry-content">
<!-- wp:group {"align":"full","style":{"border":{"bottom":{"color":"var:preset|color|light-grey-1","style":"solid","width":"1px"}},"spacing":{"padding":{"right":"var:preset|spacing|edge-space","left":"var:preset|spacing|edge-space"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="border-bottom-color:var(--wp--preset--color--light-grey-1);border-bottom-style:solid;border-bottom-width:1px;padding-right:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"0","left":"0"}}}} -->
<div class="wp-block-columns alignwide"><!-- wp:column {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","right":"var:preset|spacing|60"}},"border":{"right":{"width":"1px","style":"solid","color":"var:preset|color|light-grey-1"}}}} -->
Expand Down Expand Up @@ -169,6 +171,7 @@
<!-- /wp:group --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|edge-space","left":"var:preset|spacing|edge-space"}}},"backgroundColor":"blueberry-4","layout":{"type":"constrained"}} -->
Expand Down
Expand Up @@ -86,4 +86,8 @@

.home .entry-content {
--wp--preset--spacing--60: clamp(40px, 5.55556vw, 80px);

a {
text-decoration: underline;
}
}

0 comments on commit 5c75623

Please sign in to comment.