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

@@ -12,9 +12,11 @@
</template>
<style lang="scss">
@import "../assets/scss/_variables";
.quote-list > tr {
white-space: nowrap;
&:hover { background-color: #242424; }
&:hover { background-color: $grey-4; }
}
.quote-text {