diff --git a/core/static/core/img/ae-pinktober.png b/core/static/core/img/ae-pinktober.png new file mode 100644 index 00000000..e0aa2c6f Binary files /dev/null and b/core/static/core/img/ae-pinktober.png differ diff --git a/core/static/core/style.scss b/core/static/core/style.scss index e1c4da47..cd7284fc 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -25,6 +25,8 @@ $black-color: hsl(0, 0%, 17%); $faceblue: hsl(221, 44%, 41%); $twitblue: hsl(206, 82%, 63%); +$pinktober: hsl(313, 88%, 76%); +$pinktober-border: hsl(318, 83%, 63%); $shadow-color: rgb(223, 223, 223); @@ -158,13 +160,16 @@ header { display: flex; box-shadow: $shadow-color 0px 0px 15px; border-top: none; - background-color: $primary-neutral-dark-color; + background-color: $pinktober; border-radius: 0px 0px 10px 10px; + border-bottom: 5px solid $pinktober-border; #header_logo { background-color: $white-color; padding: 0.2em; + border-bottom: 5px solid $shadow-color; border-radius: 0px 0px 0px 9px; + margin-bottom: -5px; a { display: inline-block; @@ -201,6 +206,7 @@ header { display: flex; flex: auto; flex-wrap: wrap; + align-items: center; width: 80%; a { diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index dec428c3..00a160bb 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -60,7 +60,7 @@ {% else %}