Accent now applies to the hovering glow of the chat box

This commit is contained in:
Vozer
2022-07-08 17:39:36 -05:00
committed by GitHub
parent d76debb434
commit a6f08f90c1
+2 -2
View File
@@ -10,7 +10,7 @@
border: 1px solid rgb(97, 96, 99);
}
.scrollableContainer-15eg7h:hover {
box-shadow: 0 0 2px 2px #4189c38c;
box-shadow: 0 0 2px 2px var(--accent-selected);
}
.theme-light {
.scrollableContainer-15eg7h, .hasConnectedBar-1vN2JH, .preview-QJ3OG3 {
@@ -147,4 +147,4 @@ backdrop-filter: blur(10px);
}
}
}
}
}