From aa711b40d6e8301f8ac23b300645b554537e205a Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:06:30 -0800 Subject: [PATCH] set border top/bottom colours on small screens explicitly (inheritance wasn't giving correct colour on iOS) --- vignettes/articles/made-with-palettes.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vignettes/articles/made-with-palettes.Rmd b/vignettes/articles/made-with-palettes.Rmd index 31b7c40..ff64398 100644 --- a/vignettes/articles/made-with-palettes.Rmd +++ b/vignettes/articles/made-with-palettes.Rmd @@ -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;