Commit fc5998b993aac9580dbdcb0dd6d899acd686029f

Authored by Leonardo Merlin
1 parent 954de7b7

Fix style of question button

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
src/app/layout.scss
... ... @@ -205,6 +205,13 @@
205 205 margin-left: 10px;
206 206 padding: 0;
207 207 border-radius: 100%;
  208 +
  209 + &:hover,
  210 + &:focus,
  211 + &:active {
  212 + color: #fff;
  213 + border-color: #fff;
  214 + }
208 215 }
209 216  
210 217 ul.list-color {
... ...