mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
change the font and overlay color on the home-page background image to improve readability
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Override or add CSS variables for your theme here
|
// Override or add CSS variables for your theme here
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--ds-banner-text-background: rgba(0, 0, 0, 0.35);
|
--ds-banner-text-background: rgba(0, 0, 0, 0.45);
|
||||||
--ds-banner-background-gradient-width: 300px;
|
--ds-banner-background-gradient-width: 300px;
|
||||||
--ds-home-news-link-color: #{$green};
|
--ds-home-news-link-color: #{$green};
|
||||||
--ds-home-news-link-hover-color: #{darken($green, 15%)};
|
--ds-home-news-link-hover-color: #{darken($green, 15%)};
|
||||||
|
@@ -3,9 +3,9 @@
|
|||||||
// still uses Sass variables internally. So if you want to override bootstrap (or other sass
|
// still uses Sass variables internally. So if you want to override bootstrap (or other sass
|
||||||
// variables) you can do so here. Their CSS counterparts will include the changes you make here
|
// variables) you can do so here. Their CSS counterparts will include the changes you make here
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
|
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');
|
||||||
|
|
||||||
$font-family-sans-serif: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
$font-family-sans-serif: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
$gray-100: #e8ebf3 !default;
|
$gray-100: #e8ebf3 !default;
|
||||||
$gray-400: #ced4da !default;
|
$gray-400: #ced4da !default;
|
||||||
$gray-600: #959595 !default;
|
$gray-600: #959595 !default;
|
||||||
|
Reference in New Issue
Block a user