Added theme to datenschutz and impressum, added backlinks to inex

This commit is contained in:
root 2020-12-09 12:53:57 +01:00
parent 47f6a3c744
commit 2c56b628c4
4 changed files with 68 additions and 15 deletions

View file

@ -25,10 +25,10 @@ h3 {color: black;
font-weight: bold;
font-style: normal;
font-size: 110%; }
a:link { text-decoration: underline; color: fuchsia; }
a:visited { text-decoration: underline; color: purple; }
a:hover { text-decoration: underline; color: navy; }
a:active { text-decoration: underline; color: navy; }
a:link {text-decoration: none; font-family: 'HKGroteskBold'; color: fuchsia; }
a:visited {text-decoration: none;font-family: 'HKGroteskBold'; color: purple; }
a:hover {text-decoration: none; font-family: 'HKGroteskBold'; color: navy; }
a:active {text-decoration: none; font-family: 'HKGroteskBold'; color: navy; }
td {color: black;
font-family: 'HKGroteskRegular';
font-weight: normal;
@ -139,6 +139,7 @@ pre {color: grey;
}
.header li a {
font-family: 'HKGroteskRegular';
display: block;
padding: 1em 1em;
border-right: 1px solid #f4f4f4;
@ -148,6 +149,7 @@ pre {color: grey;
.header li a:hover,
.header .menu-btn:hover {
font-family: 'HKGroteskRegular';
background-color: #f4f4f4;
text-decoration: underline; color: navy;
}