Skip to content

Commit

Permalink
remove blue outline
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip committed May 4, 2019
1 parent 0d8f481 commit f9f5a20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Home/components/TruthOrDare.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,17 @@ body {
background-color: #ff0077;
color: #fff;
}
.outline {
transition: all 0.3s;
}

.truth:hover {
background-color: rgba(255,255,255, 0.9);
}
.dare:hover {
background-color: rgba(255,0,119,.9)
}

/* remove blue outline */
button:focus {
outline:0;
}
/* Material Modal*/
.button-holder {
margin-top: 31px;
Expand Down

0 comments on commit f9f5a20

Please sign in to comment.