change all scss hex codes to use schemes

This commit is contained in:
Xevion
2020-08-11 05:16:52 -05:00
parent 736547d978
commit 4e0dcfa532
9 changed files with 54 additions and 29 deletions

View File

@@ -9,10 +9,12 @@
</b-card>
</template>
<style>
<style lang="scss">
@import "../assets/scss/_variables";
.card {
color: #b3b3b3;
background-color: #161616;
color: $grey-9;
background-color: $grey-1;
border-bottom: 1px solid rgba(0, 0, 0, 0.88);
border-radius: 0;
}