Skip to content

Commit 6f8fa11

Browse files
committed
fix: improve contrast on homepage credits text (fixes DSpace#5487)
1 parent ffcca7d commit 6f8fa11

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)