diff --git a/common/Logo_Horizontal_dark_small.png b/common/Logo_Horizontal_dark_small.png new file mode 100644 index 0000000..08fad63 Binary files /dev/null and b/common/Logo_Horizontal_dark_small.png differ diff --git a/common/commission-dark.png b/common/commission-dark.png new file mode 100644 index 0000000..ea1eb70 Binary files /dev/null and b/common/commission-dark.png differ diff --git a/library.css b/library.css index fac0bbc..521fe18 100644 --- a/library.css +++ b/library.css @@ -1901,3 +1901,17 @@ search-bar .entitiesSelection{ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-bar .entitiesSelection .mat-select-arrow, search-bar .entitiesSelection .mat-select-value{ color: var(--portal-main-color) !important; } + +.footer-light-background{ + color:black; + background-color: white; +} +.footer-light-background a, .footer-light-background a:not(.uk-button):hover, .footer-light-background a:not(.uk-button){ + color:black; +} + +.footer-light-background .uk-icon-button:hover,.footer-light-background a:not(.license):hover { + color:black; + border-color:black; + text-decoration: underline; +}