minor color refactors

This commit is contained in:
geoffrey45
2022-02-22 09:58:09 +03:00
parent 92c2443c7c
commit 5e48496ccb
22 changed files with 20 additions and 29 deletions
+1 -2
View File
@@ -56,7 +56,6 @@ export default {
<style lang="scss">
.up-next {
background-color: $card-dark;
padding: $small $small $small 0;
overflow: hidden;
height: 100%;
@@ -118,7 +117,7 @@ export default {
height: 100%;
padding: $small;
overflow: auto;
background-color: $card-dark;
// background-color: $card-dark;
scrollbar-color: grey transparent;
}
}