Skip to content

Commit

Permalink
removed underline from button links
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Apr 2, 2020
1 parent 451613a commit 1ff43b5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ th {
text-align: center;
}

.singular .post-content .wp-block-button a {
text-decoration: none;
}

/* Images */
.alignleft {
float: right;
Expand Down
2 changes: 1 addition & 1 deletion rtl.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ th {
margin: -$baseline-height 0 $baseline-height;
text-align: center;
}
.singular .post-content .wp-block-button {

a {
text-decoration: none;
}
}

/* Images */

Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ th {
text-align: center;
}

.singular .post-content .wp-block-button a {
text-decoration: none;
}

/* Images */
.alignleft {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 1ff43b5

Please sign in to comment.