Unify hover colors

This commit is contained in:
SillyLossy
2023-03-27 23:40:36 +03:00
parent ce75a41388
commit b65e8b4286

View File

@@ -817,7 +817,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
} }
.character_select:hover { .character_select:hover {
background-color: var(--white50a); background-color: var(--white30a);
} }
#avatar_url_div { #avatar_url_div {
@@ -2210,7 +2210,7 @@ right: -30px;
} }
.group_member:hover { .group_member:hover {
background-color: #ffffff11; background-color: var(--white30a);
} }
#group_member_template { #group_member_template {
@@ -2231,7 +2231,7 @@ right: -30px;
} }
.group_select:hover { .group_select:hover {
background-color: #ffffff11; background-color: var(--white30a);
} }
.group_select .group_icon { .group_select .group_icon {
@@ -2260,7 +2260,7 @@ right: -30px;
bottom: 10px; bottom: 10px;
margin: 10px; margin: 10px;
opacity: 0.6; opacity: 0.6;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); text-shadow: 2px 2px 2px var(--black60a);
} }
.typing_indicator:after { .typing_indicator:after {
@@ -2469,7 +2469,6 @@ h2 {
a { a {
color: orange; color: orange;
text-decoration: none; text-decoration: none;
} }