Skip to content

Commit

Permalink
Merge pull request #680 from cul-it/LP-1028b
Browse files Browse the repository at this point in the history
Black Print Custom theme updates
  • Loading branch information
sarah-cul authored Sep 30, 2024
2 parents 3ff0ad5 + b03bb91 commit b07cf1c
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion app/assets/stylesheets/application_blackprint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ body, header {

footer {
background: #efe2ce;
a {
color: #004466;
}
}

a {
color: #005A8D;
}

//menu and menu link color
Expand All @@ -28,7 +35,7 @@ footer {
min-width: 250px;
}
.dropdown-item {
color: #0068ac;
color: #005A8D;
}
}

Expand Down Expand Up @@ -136,6 +143,16 @@ footer {
color: #764d29;
font-size: .65em;
}

// override the 3 column layout, just show 1 col for author biography
@media (min-width: 768px) {
.very-long-description-text {
-moz-column-gap: normal;
column-gap: normal;
-moz-column-width: auto;
column-width: auto;
}
}
}

// Author section of the exhibit, show the leaders in the masthead background
Expand All @@ -155,4 +172,22 @@ footer {
background-image: none !important;
}
}
}

// for quotes, remove the background color
.quote__cite.blockquote-footer {
background-color: #fff !important;
color: #4b545b;
padding-top: 0.5rem;
padding-right: 2.5rem;
margin-right: 2.5rem;
text-align: right;
}

.list-group-item.active,
.list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #004466;
border-color: #004466;
}

0 comments on commit b07cf1c

Please sign in to comment.