diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 1e135ad..c2d0453 100755 --- a/css/components/islandora_mods.css +++ b/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); } } }