From 9115281d1358519744ebbcdf0493b0b2461c09ce Mon Sep 17 00:00:00 2001 From: rdrew Date: Mon, 20 Jul 2026 13:10:04 -0300 Subject: [PATCH] tweaks --- css/components/islandora_mods.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 98d087b..ced6e8e 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -163,7 +163,7 @@ .grid-item .grid-item__title a { text-decoration: none; font-family: var(--font-serif); - color: #574938; + color: #2b3617; } .views-field-edtf-year, @@ -307,6 +307,7 @@ nav.pager { padding: .8em; border-radius: 6px; box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2); + /* color: blue !important; */ } .book-grid .views-view-grid__item-inner, @@ -636,3 +637,24 @@ h1 { .mirador32.mirador-companion-area-left { display: none; } + + +.field__label {} +.node__content .field__label { + color: #2e3918; +} + + +.facets-widget-links ul { + list-style-type: none; + margin: 0; + a { + text-decoration: none; + display:block; + padding:2px 0; + + } + a:hover { + background: #fff; + } +} \ No newline at end of file