Update style.scss
This commit is contained in:
parent
7b261c08e5
commit
42151572bc
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user