Removed hard-coded color codes, reference SCSS variables

This commit is contained in:
Alicia Sykes
2021-02-28 21:55:18 +00:00
parent 95b3b84b04
commit f9bac8ceb0
14 changed files with 24453 additions and 7751 deletions

View File

@@ -70,8 +70,10 @@ export default {
<style lang="scss" scoped>
@import '../../src/styles/color-pallet.scss';
.home {
background: #2F323A;
background: $background;
padding-bottom: 1px;
}