Update style.scss

This commit is contained in:
Yegor Vialov 2020-04-29 18:50:59 +03:00 committed by GitHub
parent 7b261c08e5
commit 42151572bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,18 @@ a, a:link, a:visited, a:hover, a:active {
background-size: cover;
a {
color: white;
color: $primary-color;
background-color: rgba(255,255,255,0.7);
h1 {
color: white;
}
}
a:hover {
color: white;
color: $primary-color;
text-decoration: none;
background-color: rgba(255,255,255,0.9);
}
}