mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
Removed hard-coded color codes, reference SCSS variables
This commit is contained in:
+3
-1
@@ -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