Improving the color contrast of home news content

This commit is contained in:
root
2025-01-22 09:39:58 -03:00
parent 7009cf32cc
commit 2290b871f7
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
div.background-image-container {
color: white;
position: relative;
font-weight: 600;
.background-image > img {
background-color: var(--bs-info);
@@ -68,6 +69,11 @@
color: var(--ds-home-news-link-hover-color);
}
}
.lead {
font-size: 1.25rem;
font-weight: 400;
}
}

View File

@@ -11,7 +11,7 @@
--ds-header-height: 90px;
}
--ds-banner-text-background: rgba(0, 0, 0, 0.45);
--ds-banner-text-background: rgba(0, 0, 0, 0.50);
--ds-banner-background-gradient-width: 300px;
--ds-header-navbar-border-bottom-height: 5px;