diff --git a/resources/public/css/style.css b/resources/public/css/style.css index 0a9c20d..ff493ff 100644 --- a/resources/public/css/style.css +++ b/resources/public/css/style.css @@ -14,7 +14,14 @@ box-sizing: border-box; } +html, body { + height: 100%; +} + +body { + display: flex; + flex-direction: column; font-family: system-ui, -apple-system, @@ -42,10 +49,10 @@ a { } header { - svg.logo { - max-width: 200px; - #parts-text { - fill: black; + .logo { + color: black; + img { + max-width: 200px; } } .content { @@ -54,12 +61,13 @@ header { } footer { - background-color: var(--color-text); + background-color: var(--color-primary); color: var(--color-bg); font-size: 0.8em; line-height: 1.2em; width: 100%; gap: 1rem; + flex: 1; .content { padding: 4rem 0rem; display: flex; @@ -67,6 +75,13 @@ footer { flex-wrap: nowrap; justify-content: space-between; } + + a, + a:visited, + a:hover { + color: var(--color-bg); + font-weight: bold; + } } .container { @@ -234,7 +249,6 @@ footer { footer .content { flex-direction: column; gap: 0; - padding-top: 2rem; - padding-bottom: 4rem; + padding: 2rem 0rem; } } diff --git a/resources/public/images/parts-logo-horizontal.svg b/resources/public/images/parts-logo-horizontal.svg index 2d78447..3f26bd1 100644 --- a/resources/public/images/parts-logo-horizontal.svg +++ b/resources/public/images/parts-logo-horizontal.svg @@ -1,22 +1,12 @@ -