diff --git a/client/index.html b/client/index.html index a38a0f8..a07a8a5 100644 --- a/client/index.html +++ b/client/index.html @@ -2,9 +2,9 @@ - + - ToneGuessr + Liedkampf
diff --git a/client/public/background.svg b/client/public/background.svg index 5ba753b..ecae860 100644 --- a/client/public/background.svg +++ b/client/public/background.svg @@ -1,4 +1,9 @@ - - \ No newline at end of file + + + + + + + + diff --git a/client/public/logo.png b/client/public/logo.png deleted file mode 100644 index 07e67a5..0000000 Binary files a/client/public/logo.png and /dev/null differ diff --git a/client/public/logo.svg b/client/public/logo.svg new file mode 100644 index 0000000..ce928be --- /dev/null +++ b/client/public/logo.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/client/src/common/styles/main.sass b/client/src/common/styles/main.sass index 6f153cc..7041d64 100644 --- a/client/src/common/styles/main.sass +++ b/client/src/common/styles/main.sass @@ -13,7 +13,7 @@ body width: 100vw background-size: 300% 300% animation: shifting-background 30s ease infinite - background: linear-gradient(45deg, #4d3ae7 0%, #b84bc3 50%, #ff6a88 100%) fixed + background: linear-gradient(45deg, #AE00FF 0%, #FF007F 100%) fixed user-select: none overflow: hidden position: relative