Skip to content

Commit

Permalink
CM-1043: Update table border colour (#1295)
Browse files Browse the repository at this point in the history
(cherry picked from commit 59fa49e)
  • Loading branch information
ayumi-oxd authored and molund committed May 2, 2024
1 parent 7ea82ec commit e93c518
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gatsby/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,18 @@ figure.media div[data-oembed-url] {

img { max-width: 100%; }

// table
// This is temp as we should be rendering <table class="table"> through CKEditor
// so that tables pick up standard boostrap styles
figure.table {
table {
width: 100%;
th {
background: $colorBackgroundGrey;
border-top: 1px solid $colorGreyLight;
}
td {
border-top: 1px solid $colorGreyLight;
}
}

Expand Down

0 comments on commit e93c518

Please sign in to comment.