From ed9eb8aea692fcb230fec8fd1a031107d45ff5fd Mon Sep 17 00:00:00 2001 From: dgkf <18220321+dgkf@users.noreply.github.com> Date: Sun, 14 Apr 2024 20:20:43 -0400 Subject: [PATCH] chore: fix pkgdown style; typo fix --- NEWS.md | 2 +- pkgdown/extra.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 92e822e..b519cd0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,7 +25,7 @@ ``` This syntax is intended to be more resilient to changes to keep your - tests from relying to heavily on an unchanging `testex` function interface. + tests from relying too heavily on an unchanging `testex` function interface. ## New Features diff --git a/pkgdown/extra.scss b/pkgdown/extra.scss index f0d5512..8756eb3 100644 --- a/pkgdown/extra.scss +++ b/pkgdown/extra.scss @@ -1,4 +1,4 @@ -body { +[data-bs-theme="dark"] { --bs-code-color: rgba(var(--bs-primary-rgb), 0.8); } @@ -44,12 +44,12 @@ pre { input[type="search"] { border: none; border-radius: 0.1em; - background-color: rgba(var(--bs-body-bg-rgb), 0.8); + background-color: rgba(var(--bs-light-rgb), 0.2); color: rgba(var(--bs-primary-rgb), 0.6); - &:focus { background-color: rgba(var(--bs-body-bg-rgb), 0.90); } + &:focus { background-color: rgba(var(--bs-light-rgb), 0.3); } } } .text-muted { - color: rgba(var(--bs-body-bg-rgb), 0.6) !important; + color: rgba(var(--bs-light-rgb), 0.6) !important; }