use same theme for search grids

This commit is contained in:
geoffrey45
2022-02-22 21:06:56 +03:00
parent f9cceed2ba
commit 2e699f7be7
5 changed files with 12 additions and 33 deletions
-12
View File
@@ -39,21 +39,9 @@ function loadMore() {
</script>
<style lang="scss">
$theme: #0056f5;
.right-search .tracks-results {
border-radius: 0.5rem;
padding: $small;
border: 2px solid $theme;
.theme {
background-image: linear-gradient(
45deg,
#21216b 20%,
$theme 50%,
#16266b 100%
);
color: #fff;
}
}
</style>