diff --git a/frontend/index.html b/frontend/index.html index 3d37430..2d9ee15 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ Loading... - + @@ -86,7 +86,7 @@
diff --git a/frontend/src/css/_panelchat.scss b/frontend/src/css/_panelchat.scss index a858056..1e47489 100644 --- a/frontend/src/css/_panelchat.scss +++ b/frontend/src/css/_panelchat.scss @@ -59,7 +59,8 @@ display: flex; text-decoration: none; padding: 10px; - border: solid 2px $color-dark-surface; + border: solid 3px $color-dark-surface; + box-shadow: 0px 3px 0px black 0.9; margin-left: 20px; margin-right: 20px; background-color: $color-dark-on-surface-variant; @@ -81,6 +82,7 @@ flex-direction: row; font-size: 24px; justify-content: center; + color: white; ul{ display: flex; flex-direction: row; diff --git a/frontend/src/images/logotip.png b/frontend/src/images/logotip.png new file mode 100644 index 0000000..4eade18 Binary files /dev/null and b/frontend/src/images/logotip.png differ