refactor colors

This commit is contained in:
geoffrey45
2022-03-15 10:38:53 +03:00
parent 33a9aa2c30
commit f11005e523
22 changed files with 157 additions and 128 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
name: 'AlbumView',
params: { album: album.album, artist: album.artist },
}"
class="result-item shadow-sm"
class="result-item"
>
<div class="_idk">
<div
@@ -34,10 +34,10 @@ export default {
padding: $small;
border-radius: 0.75rem;
text-align: left !important;
border: solid 2px transparent;
background-color: $gray;
color: #ffffffde !important;
transition: all 0.5s ease;
// border: solid 1px $gray3;
._idk {
position: relative;