Removed hard-coded color codes, reference SCSS variables
This commit is contained in:
@@ -70,8 +70,10 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@import '../../src/styles/color-pallet.scss';
|
||||
|
||||
.home {
|
||||
background: #2F323A;
|
||||
background: $background;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user