Skip to content

Commit

Permalink
chore: fix pkgdown style; typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Apr 15, 2024
1 parent 0edede5 commit ed9eb8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions pkgdown/extra.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
[data-bs-theme="dark"] {
--bs-code-color: rgba(var(--bs-primary-rgb), 0.8);
}

Expand Down Expand Up @@ -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;
}

0 comments on commit ed9eb8a

Please sign in to comment.