Skip to content

Commit

Permalink
Merge pull request #3683 from CityOfBoston/DIG-5280
Browse files Browse the repository at this point in the history
DIG-5280 Updating background color to #1871bd
  • Loading branch information
subaha-cob authored Nov 4, 2024
2 parents 846f5db + 309818e commit 89aaf13
Show file tree
Hide file tree
Showing 6 changed files with 4,543 additions and 14,201 deletions.
4 changes: 2 additions & 2 deletions docroot/modules/custom/bos_components/css/component-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@

.paragraphs-item-transaction-grid.b--w .lwi:focus,
.paragraphs-item-transaction-grid.b--w .lwi:hover {
background-color: #288be4;
background-color: #1871bd;
color: #fff;
}

Expand Down Expand Up @@ -615,7 +615,7 @@ article .paragraphs-item-3-column-w-image.b--w ul li {
}
.paragraphs-item-drawers.b--w .b--g .dr-h:hover,
.paragraphs-item-drawers.b--w .b--g .dr-h:focus {
background-color: #288be4;
background-color: #1871bd;
}

.paragraphs-item-drawers.b--w .b--g .dr-tr:checked ~ .dr-h,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function bos_map_preprocess_paragraph__map(&$variables) {
$background_image = end($background_image);
$uri = $background_image->getFileUri();
$css = BackgroundResponsiveImage::buildMediaQueries($uri, "photo_bleed_images", ".$photo_id");
$css .= ".ph-p-m {background-color: #288be4; background-blend-mode: screen;}";
$css .= ".ph-p-m {background-color: #1871bd; background-blend-mode: screen;}";
}
$variables['#attached']['html_head'][] = [
[
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 89aaf13

Please sign in to comment.