diff --git a/frontend/src/css/_panelchat.scss b/frontend/src/css/_panelchat.scss index a5f2de9..b0c7eb6 100644 --- a/frontend/src/css/_panelchat.scss +++ b/frontend/src/css/_panelchat.scss @@ -20,19 +20,23 @@ height: 100vh; width: 27%; background-color: $color-dark-surface-container; - .profileheader{ + + .profileheader { display: flex; gap: 200px; - p{ + + p { color: white; } - a{ + + a { text-decoration: none; color: white; border: solid 2px $color-dark-on-surface-variant; padding: 5px; border-radius: 10px; - &:hover{ + + &:hover { background-color: rgba(255, 255, 255, 0.241); } } @@ -141,12 +145,14 @@ top: 95%; left: 0.5%; gap: 10px; + a { text-decoration: none; color: $color-dark-on-surface-variant; border: solid 2px $color-dark-on-surface-variant; padding: 5px; border-radius: 10px; + &:hover { background-color: rgba(255, 255, 255, 0.241); }