We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7263fbf + 581ce6b commit a813fdbCopy full SHA for a813fdb
app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
@@ -1,9 +1,10 @@
1
// Facet field headings and buttons
2
.facet-field-heading {
3
+ --bl-facet-field-heading-font-weight: #{$headings-font-weight};
4
border-bottom: 0;
5
6
button {
- font-weight: $headings-font-weight;
7
+ font-weight: var(--bl-facet-field-heading-font-weight);
8
9
&::after {
10
content: "❯";
0 commit comments