Browse Source

search tile tweaks, facet styles

master
rdrew 5 days ago
parent
commit
a66626d0a2
  1. 9
      css/components/islandora_mods.css

9
css/components/islandora_mods.css

@ -65,7 +65,8 @@
padding: 1rem;
a {
color: #d2966e;
text-decoration: none;
/*text-decoration: none;*/
color: #fff;
}
a:hover {
color: #fff;
@ -73,13 +74,15 @@
text-decoration: underline;
}
.field {
border-bottom: 1px solid #fff;
border-bottom: 1px solid #d2966e;
padding-bottom: 1em;
}
.field__label {
width: 14em;
font-weight: normal;
/*font-weight: normal;*/
color: #d2966e;
color: #fff;
font-family:var(--font-serif);
}
}
}

Loading…
Cancel
Save