diff --git a/assets/home/home-mobile.jpg b/assets/home/home-mobile.jpg index 99a464a..f85e955 100644 Binary files a/assets/home/home-mobile.jpg and b/assets/home/home-mobile.jpg differ diff --git a/assets/home/home-mobile.xcf b/assets/home/home-mobile.xcf index ba2db9c..8d3b199 100644 Binary files a/assets/home/home-mobile.xcf and b/assets/home/home-mobile.xcf differ diff --git a/assets/home/home.jpg b/assets/home/home.jpg index 8750ebc..20e41e7 100644 Binary files a/assets/home/home.jpg and b/assets/home/home.jpg differ diff --git a/assets/home/home.xcf b/assets/home/home.xcf index 92e40b5..9f268db 100644 Binary files a/assets/home/home.xcf and b/assets/home/home.xcf differ diff --git a/src/css/footer.css b/src/css/footer.css index c81b529..d3cd427 100644 --- a/src/css/footer.css +++ b/src/css/footer.css @@ -48,6 +48,14 @@ footer .logo { transform: scale(1.1); } +#theme-select { + background-color: var( --color-background-primary ); + padding: 5px; + border: solid var( --color-text-accent ) 1px; + border-radius: 10px; + color: var( --color-text-primary ); +} + @media only screen and (min-width: 999px) {