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

Loading…
Cancel
Save