client: migrate to solid dark mode

This commit is contained in:
geoffrey45
2022-01-05 05:45:55 +03:00
parent 1cb6843dc3
commit 0340b64b04
15 changed files with 89 additions and 112 deletions
@@ -35,10 +35,10 @@ export default {
};
</script>
<style>
<style lang="scss">
.r-tracks {
margin-top: 0.5rem;
background-color: #131313b2;
background-color: $card-dark;
padding: 0.5rem;
}