diff --git a/app/assets/stylesheets/hyrax/_buttons.scss b/app/assets/stylesheets/hyrax/_buttons.scss index ad00de3dd1..7bb1e812d7 100644 --- a/app/assets/stylesheets/hyrax/_buttons.scss +++ b/app/assets/stylesheets/hyrax/_buttons.scss @@ -64,3 +64,9 @@ span.appliedFilter .remove { td.toggle input[type="submit"]:not(.active) { @extend .btn-default; } + +.btn-link.add { + font-weight: 400; + color: #0056b3; + text-decoration: none; +} \ No newline at end of file