Skip to content

Commit

Permalink
Merge pull request #7 from Islandora-Devops/facets-styling
Browse files Browse the repository at this point in the history
H3 styling for revised facets
  • Loading branch information
Natkeeran authored Jan 28, 2022
2 parents 43e91d0 + 43f87c1 commit c1d6773
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ You will need nodejs, npm, gulp, gulp-cli, sass installed.
$ cd codebase/web/themes/contrib/islandora_starter_theme
$ npm install
$ gulp styles
```
```

Last compiled with the following versions:
```
~/islandora_starter_theme# nodejs --version
v10.19.0
~/islandora_starter_theme# gulp --version
CLI version: 2.3.0
Local version: 4.0.2
```
6 changes: 4 additions & 2 deletions css/color.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/color.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion scss/color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ h2, .h2 {
// facets
.block-config-provider--facets-summary,
[class*="block-facet--"] {
.block__title {
.block__title,
h3 {
background-color: $body-background-color;
border-bottom-color: $border-color;
color: $text-color;
Expand Down

0 comments on commit c1d6773

Please sign in to comment.