Skip to content

Commit

Permalink
use constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
darthwing-duck committed Nov 13, 2023
1 parent 42e4fc3 commit fcb67c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _data/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ color:
muted: 777
mkpYellow: fed136
mkpBlue: 1f396d
lightGray: f3f3f3

# Font Families
font:
Expand Down
4 changes: 2 additions & 2 deletions _includes/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
}

.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border: 16px solid #{{ site.data.template.color.lightGray }}; /* Light grey */
border-top: 16px solid #{{ site.data.template.color.mkpBlue }};
border-radius: 50%;
width: 120px;
height: 120px;
Expand Down

0 comments on commit fcb67c0

Please sign in to comment.