Skip to content

Commit 540fbaf

Browse files
authored
Merge pull request DSpace#5642 from DSpace/backport-5548-to-dspace-7_x
[Port dspace-7_x] fix: improve contrast on homepage credits text
2 parents 84eeff9 + f2819b4 commit 540fbaf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/themes/dspace/app/home-page/home-news/home-news.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
color: inherit;
5252
}
5353

54-
opacity: 0.3;
54+
color: rgba(255, 255, 255, 0.7);
55+
background-color: rgba(0, 0, 0, 0.1);
5556
position: absolute;
5657
right: var(--bs-spacer);
5758
bottom: 0;

0 commit comments

Comments
 (0)