diff --git a/app/assets/styles/general.css b/app/assets/styles/general.css index b320d00..1028fda 100755 --- a/app/assets/styles/general.css +++ b/app/assets/styles/general.css @@ -188,10 +188,4 @@ a:has(button) { .grow { flex-grow: 1; height: var(--padding-s); -} - -.back { - display: inline-flex; - align-items: center; - gap: var(--padding-default); } \ No newline at end of file diff --git a/app/assets/styles/page.css b/app/assets/styles/page.css index 345902b..7dd7b75 100644 --- a/app/assets/styles/page.css +++ b/app/assets/styles/page.css @@ -50,7 +50,11 @@ background: var(--color-lightest); height: 100%; - & :is(h1, h2, h3, p, figure):first-of-type { + h1:first-of-type, + h2:first-of-type, + h3:first-of-type, + p:first-of-type, + figure:first-of-type { margin-top: 0; } } @@ -70,31 +74,7 @@ position: absolute; } -.Legal, .Wissen { +.Legal { padding: var(--padding-l) var(--padding-default); color: var(--color-darkest); - - & ul { - margin: 0 0 0 var(--padding-default); - } - - & a { - color: var(--color-main-dark); - text-decoration: none; - transition: var(--transition-default); - - &:hover { - color: var(--color-main-darkest); - } - } -} - -ul.link-liste { - list-style: none; - margin: var(--padding-default) 0 0; - - & a { - text-decoration: none; - color: var(--color-text) - } } \ No newline at end of file diff --git a/app/components/Pp/Navigation.vue b/app/components/Pp/Navigation.vue index 3934ca6..9e88fb8 100644 --- a/app/components/Pp/Navigation.vue +++ b/app/components/Pp/Navigation.vue @@ -7,7 +7,7 @@