Set project section font color to white

This commit is contained in:
Maciej Matuszewski 2018-01-10 22:49:01 +01:00
parent d7ff635fb4
commit 95d59493db
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
.project { .project {
color: $color-white;
background-color: $color-orange; background-color: $color-orange;
} }