Update style.scss

This commit is contained in:
Yegor Vialov 2019-02-08 15:08:03 +02:00 committed by GitHub
parent 36cf68c711
commit 27d7c5eb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,15 @@
background-image: url('/assets/images/header.png');
background-position: center;
background-size: cover;
a {
color: white;
}
a:hover {
color: white;
text-decoration: none;
}
}
.project-tagline {