diff --git a/navigation/templates/navigation/headers/main.html b/navigation/templates/navigation/headers/main.html index 8bc770888..b20830bc2 100644 --- a/navigation/templates/navigation/headers/main.html +++ b/navigation/templates/navigation/headers/main.html @@ -5,8 +5,21 @@
diff --git a/ubyssey/static_src/src/images/logos/winter-dingbat-2024.png b/ubyssey/static_src/src/images/logos/winter-dingbat-2024.png new file mode 100644 index 000000000..3ea92f524 Binary files /dev/null and b/ubyssey/static_src/src/images/logos/winter-dingbat-2024.png differ diff --git a/ubyssey/static_src/src/styles/modules/_header.scss b/ubyssey/static_src/src/styles/modules/_header.scss index 1bd41bc65..0f0fc4b2f 100644 --- a/ubyssey/static_src/src/styles/modules/_header.scss +++ b/ubyssey/static_src/src/styles/modules/_header.scss @@ -56,8 +56,10 @@ header.main{ //margin-left: 2em; max-width: 520px; width: 100%; - .light-logo { - filter: drop-shadow(0 0 5px #1A6996); + img { + width: 125px; + position: absolute; + margin: 1em 1em 0 1em; } } .right { @@ -118,7 +120,7 @@ header.main{ margin: 0; line-height: 60px; } - img.top-logo { + img.top-logo, svg.top-logo { width: 100%; vertical-align: middle; } @@ -594,6 +596,12 @@ a.store-link { .dark-logo { display: none !important; } + .main .middle img { + filter: drop-shadow(0 0 5px #1A6996); + } + .main .middle .top-logo { + fill: black; + } } [color-css-theme="dark"] { @@ -601,4 +609,7 @@ a.store-link { .light-logo { display: none !important; } + .main .middle .top-logo { + fill: white; + } } \ No newline at end of file