Update style.scss
This commit is contained in:
		| @@ -22,12 +22,18 @@ a, a:link, a:visited, a:hover, a:active { | |||||||
|   background-size: cover; |   background-size: cover; | ||||||
|    |    | ||||||
|   a { |   a { | ||||||
|  |     color: $primary-color; | ||||||
|  |     background-color: rgba(255,255,255,0.7); | ||||||
|  |      | ||||||
|  |     h1 { | ||||||
|       color: white; |       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); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user