From 91ed81729bf457ace0527806dddbad22b3c91802 Mon Sep 17 00:00:00 2001 From: taco Date: Mon, 8 Jul 2024 09:14:04 -0400 Subject: [PATCH] feat: add better dividers and flavor to footer/header --- themes/aviary/assets/css/main.scss | 32 ++++++++++++++++++---- themes/aviary/layouts/partials/footer.html | 1 + themes/aviary/layouts/partials/header.html | 6 +++- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/themes/aviary/assets/css/main.scss b/themes/aviary/assets/css/main.scss index f7117fb..36025c2 100644 --- a/themes/aviary/assets/css/main.scss +++ b/themes/aviary/assets/css/main.scss @@ -1,7 +1,12 @@ @import url(https://fonts.bunny.net/css?family=assistant:500|balsamiq-sans:400,400i,700,700i); +$dark-green: #238e23; +$brown: #b68024; +$background: #eeeeee; +$foreground: #151515; + html { - background: #238e23; + background: $dark-green; display: flex; justify-content: center; } @@ -13,18 +18,18 @@ body { margin: 0.666rem; max-width: 666px; padding: 1rem; - border: 0.42rem solid #b68024; + border: 0.42rem solid $brown; background: #eee; border-radius: 1rem; } header { padding-bottom: 1rem; - border-bottom: 0.24rem solid #b68024; display: flex; flex-direction: column; + font-weight: bold; h1 { - color: #ee871c; + color: $brown; } nav { max-width: 80vw; @@ -46,10 +51,25 @@ header { overflow-x: scroll; } } + .bird { + color: #F0B441; + } + .cat { + color: #653931; + } + .online { + color: #69BD30; + } +} +header, footer { + hr { + width: 100%; + border: 0.2rem solid $brown; + border-radius: 1rem; + } } footer { - border-top: 0.24rem solid #b68024; margin-top: 1rem; } @@ -67,7 +87,7 @@ h6 { } a { - color: #238e23; + color: $dark-green; text-decoration: none; } diff --git a/themes/aviary/layouts/partials/footer.html b/themes/aviary/layouts/partials/footer.html index 17dd219..5689761 100644 --- a/themes/aviary/layouts/partials/footer.html +++ b/themes/aviary/layouts/partials/footer.html @@ -1,3 +1,4 @@ +
{{ site.Title }} +

+ 🐥😺 birdcat dot online 🌐 +

+
{{ partial "menu.html" (dict "menuID" "main" "page" .) }} +