Browse Source

restyled the main view

master^2
rdrew 4 weeks ago
parent
commit
fe006d0a73
  1. 10
      css/components/islandora_mods.css

10
css/components/islandora_mods.css

@ -1,8 +1,8 @@
.mirador76 {
display: none;
display: none;
}
div#block-olivespostcards-solrsearchcontentadvancedsearchforblock h2 {
line-height: 1;
line-height: 1;
}
.facets-widget-links ul {
li {
@ -100,6 +100,7 @@ div#formatted-bibliography .csl-bib-body {
line-height: 1.4;
margin-bottom: 5px;
font-size: 0.9em;
color: var(--color-text-neutral-medium);
a.views-more-link {
text-decoration: underline;
}
@ -142,3 +143,8 @@ nav.pager {
display: flex;
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