Fix home page header colors

This commit is contained in:
yflory
2018-05-22 15:48:59 +02:00
parent dfd7e7ed9b
commit 365b32d378

View File

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