diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index 0e7d95f1d63f7f8157b490e90718c51e9f896889..38d2a2f6846034d5ef2498b94318ede884934a6d 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -778,6 +778,9 @@ label:after { max-width: 1280px; margin: auto; } +.footer a{ + color:white; +} @media (max-width: 767px){ .footer{ border-top:0px; diff --git a/ckanext/odsh/templates/footer.html b/ckanext/odsh/templates/footer.html index 26ba016e0e92602c5147c1bec72aa6896dac8130..52266b68105bc53283cec18bf5bc1ed32ffaa5c8 100644 --- a/ckanext/odsh/templates/footer.html +++ b/ckanext/odsh/templates/footer.html @@ -13,9 +13,9 @@ <div class="footer-left"> <div class="footer-icon">© {{g.site_title}}</div> <div class="footer-right"> - <div class='footer-icon'>Kontakt</div> - <div class='footer-icon'>Impressum</div> - <div class='footer-icon last'>Datenschutz</div> + <div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Kontakt/kontakt_node.html '>Kontakt</a></div> + <div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Impressum/impressum_node.html'>Impressum</a></div> + <div class='footer-icon last'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Datenschutzerklaerung/datenschutz_node.html'>Datenschutz</a></div> </div> </div> </div>