Fix home page header colors

pull/1/head
yflory 2018-05-22 15:48:59 +02:00
parent dfd7e7ed9b
commit 365b32d378
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ body {
}
.nav-link {
&:hover {
color: inherit;
transform: scale(1.05);
};
}