Skip to content

Commit

Permalink
set border top/bottom colours on small screens explicitly (inheritanc…
Browse files Browse the repository at this point in the history
…e wasn't giving correct colour on iOS)
  • Loading branch information
mccarthy-m-g committed Feb 4, 2024
1 parent a2670fc commit aa711b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/articles/made-with-palettes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ palettes:::made_with_palettes |>
#one table tr {
border-top-width: 2px;
border-top-style: solid !important;
border-top-color: #D3D3D3;
border-bottom-width: 2px;
border-bottom-style: solid !important;
border-bottom-color: #D3D3D3;
display: block;
margin-bottom: .625em;
padding: .35em;
Expand Down

0 comments on commit aa711b4

Please sign in to comment.