Skip to content

Commit

Permalink
Ensure reader tables are visually similar to the main site tables Aut…
Browse files Browse the repository at this point in the history
  • Loading branch information
tophertoy committed Jul 20, 2020
1 parent e0c6fd5 commit 3d2fbf6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/blocks/reader-full-post/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,17 @@
border-color: var( --color-neutral-10 );
}

.wp-block-table table {
border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
border: 1px solid #767676;
font-size: 1em;
line-height: 1.8;
}

.wp-block-button__link,
.wp-block-button__link:hover {
color: inherit;
Expand Down

0 comments on commit 3d2fbf6

Please sign in to comment.