diff --git a/public/logo.svg b/public/logo.svg index 309a72f..2629b0e 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,13 +1,12 @@ - - - - - - + + + + + - - + + diff --git a/src/style.css b/src/style.css index fb6517d..83eaa65 100644 --- a/src/style.css +++ b/src/style.css @@ -290,12 +290,19 @@ body.landing-active #app { color: #17130b; background: var(--landing-accent); border: 1px solid var(--landing-accent); + box-shadow: 3px 3px 0 #8f5500; } .landing-button-primary:hover { background: #f1b44f; border-color: #f1b44f; - transform: translateY(-2px); + transform: translate(-1px, -1px); + box-shadow: 4px 4px 0 #8f5500; +} + +.landing-button-primary:active { + transform: translate(2px, 2px); + box-shadow: 1px 1px 0 #8f5500; } .landing-button-secondary {