mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[Port dspace-8_x] Improving the color contrast of home news content (#3891)
* Improving the color contrast of home news content (cherry picked from commit2290b871f7
) * Improved color contrast (cherry picked from commit62b6677e04
) * Adjusting font color changes (cherry picked from commitbe335415fd
) --------- Co-authored-by: root <root@TI-03.OHB.LOCAL>
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
div.background-image-container {
|
div.background-image-container {
|
||||||
color: white;
|
color: white;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
.background-image > img {
|
.background-image > img {
|
||||||
background-color: var(--bs-info);
|
background-color: var(--bs-info);
|
||||||
@@ -68,6 +69,11 @@
|
|||||||
color: var(--ds-home-news-link-hover-color);
|
color: var(--ds-home-news-link-hover-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lead {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
--ds-header-height: 90px;
|
--ds-header-height: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
--ds-banner-text-background: rgba(0, 0, 0, 0.45);
|
--ds-banner-text-background: rgba(0, 0, 0, 0.58);
|
||||||
--ds-banner-background-gradient-width: 300px;
|
--ds-banner-background-gradient-width: 300px;
|
||||||
|
|
||||||
--ds-header-navbar-border-bottom-height: 5px;
|
--ds-header-navbar-border-bottom-height: 5px;
|
||||||
|
@@ -83,7 +83,7 @@ $navbar-dark-color: #fff;
|
|||||||
|
|
||||||
/*** CUSTOM DSPACE VARIABLES ***/
|
/*** CUSTOM DSPACE VARIABLES ***/
|
||||||
|
|
||||||
$ds-home-news-link-color: #92c642;
|
$ds-home-news-link-color: #D2FC93;
|
||||||
$ds-header-navbar-border-bottom-color: #92c642;
|
$ds-header-navbar-border-bottom-color: #92c642;
|
||||||
|
|
||||||
$ds-breadcrumb-link-color: #154E66 !default;
|
$ds-breadcrumb-link-color: #154E66 !default;
|
||||||
|
Reference in New Issue
Block a user