diff --git a/library-css/search-utils.scss b/library-css/search-utils.scss index c5193c0..f5034ac 100644 --- a/library-css/search-utils.scss +++ b/library-css/search-utils.scss @@ -106,7 +106,9 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba .offcanvas-white a:not([class*="portal-link"]):hover { color: #222080 !important;; } - +.offcanvas-white h4, .offcanvas-white .uk-h4 { + color: #1a1a1a !important;; +} .offcanvas-white h5 { font-size: 18px !important;; line-height: 1.4 !important;; diff --git a/library.css b/library.css index 298d7fc..3ae73e3 100644 --- a/library.css +++ b/library.css @@ -806,7 +806,7 @@ dd:last-child { color: inherit; } -a:hover, .uk-link:hover { +a:hover, .uk-link:hover, a.uk-link-text:hover { color: var(--portal-main-color); } @@ -1028,7 +1028,7 @@ html { color: #1d1d1d !important; } -.footer-light-background{ +.footer-light-background, .footer-light-background .uk-totop{ color:black; background-color: white; }