rdrew 4 weeks ago
parent
commit
3b4a0fc4c0
  1. 8
      css/components/islandora_mods.css

8
css/components/islandora_mods.css

@ -2,7 +2,7 @@
display: none !important; display: none !important;
} }
div#block-olivespostcards-solrsearchcontentadvancedsearchforblock h2 { div#block-olivespostcards-solrsearchcontentadvancedsearchforblock h2 {
line-height: 1; line-height: 1;
} }
.facets-widget-links ul { .facets-widget-links ul {
li { li {
@ -100,6 +100,7 @@ div#formatted-bibliography .csl-bib-body {
line-height: 1.4; line-height: 1.4;
margin-bottom: 5px; margin-bottom: 5px;
font-size: 0.9em; font-size: 0.9em;
color: var(--color-text-neutral-medium);
a.views-more-link { a.views-more-link {
text-decoration: underline; text-decoration: underline;
} }
@ -142,3 +143,8 @@ nav.pager {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
} }
.views-field.views-field-dc-description a {
/* color: black; */
text-decoration: none;
color: var(--color-text-neutral-medium);
}

Loading…
Cancel
Save