Skip to content

Commit 15ef131

Browse files
committed
Made things !important.
1 parent a2719cf commit 15ef131

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pkgdown theme
22

3-
Built off of [quarto-config](https://github.com/stan-dev/quarto-config).
3+
Built in the vein of [quarto-config](https://github.com/stan-dev/quarto-config).
44

55
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html[data-bs-theme="light"] {
88
}
99
#search-input {
1010
&::placeholder {
11-
color: var(--body-secondary-color);
11+
color: var(--body-secondary-color) !important;
1212
}
1313
}
1414
}
@@ -27,6 +27,6 @@ pre {
2727
}
2828

2929
.navbar .navbar-brand .stan-logo {
30-
height: 25px;
30+
height: 25px !important;
3131
width: auto;
3232
}

0 commit comments

Comments
 (0)