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

View File

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