feat: extract color to settings.json
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto')
|
||||
@import './settings.json'
|
||||
|
||||
body
|
||||
align-items: center
|
||||
@@ -28,7 +29,7 @@ body, html
|
||||
left: 0
|
||||
max-width: 100%
|
||||
height: 5px
|
||||
background-color: #0a83d8
|
||||
background-color: $color
|
||||
|
||||
h1, h2
|
||||
margin: 0 0 1rem
|
||||
@@ -38,7 +39,7 @@ h1, h2
|
||||
|
||||
a
|
||||
text-decoration: none
|
||||
color: #0a83d8
|
||||
color: $color
|
||||
|
||||
ul.projects
|
||||
padding: 0
|
||||
|
||||
Reference in New Issue
Block a user