There was an error while loading. Please reload this page.
1 parent a2719cf commit 15ef131Copy full SHA for 15ef131
2 files changed
README.md
@@ -1,5 +1,7 @@
1
# pkgdown theme
2
3
-Built off of [quarto-config](https://github.com/stan-dev/quarto-config).
+Built in the vein of [quarto-config](https://github.com/stan-dev/quarto-config).
4
5
Styling for Stan sites built with pkgdown. Do not use this theme in a non-Stan package.
6
+
7
+Source at: https://github.com/VisruthSK/pkgdownConfig/tree/main.
inst/pkgdown/extra.scss
@@ -8,7 +8,7 @@ html[data-bs-theme="light"] {
8
}
9
#search-input {
10
&::placeholder {
11
- color: var(--body-secondary-color);
+ color: var(--body-secondary-color) !important;
12
13
14
@@ -27,6 +27,6 @@ pre {
27
28
29
.navbar .navbar-brand .stan-logo {
30
- height: 25px;
+ height: 25px !important;
31
width: auto;
32
0 commit comments