Update style.scss
This commit is contained in:
parent
36cf68c711
commit
27d7c5eb3e
@ -8,6 +8,15 @@
|
|||||||
background-image: url('/assets/images/header.png');
|
background-image: url('/assets/images/header.png');
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-tagline {
|
.project-tagline {
|
||||||
|
Reference in New Issue
Block a user