feat: extract color to settings.json

This commit is contained in:
2018-09-22 16:43:40 +03:00
parent 87d2f58e9f
commit f2b98ae01d
6 changed files with 51 additions and 17 deletions

View File

@@ -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