Browse Source

tweaks

master
rdrew 2 weeks ago
parent
commit
9115281d13
  1. 24
      css/components/islandora_mods.css

24
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;
}
}
Loading…
Cancel
Save