From fe006d0a7319877303561dde872f0a49c147caae Mon Sep 17 00:00:00 2001 From: rdrew Date: Mon, 17 Nov 2025 13:06:54 -0400 Subject: [PATCH] restyled the main view --- css/components/islandora_mods.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 4d5012a..ce94697 100755 --- a/css/components/islandora_mods.css +++ b/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); +}