adjust contrast of colors

main
sigonasr2, Sig, Sigo 3 years ago
parent 14064fb63f
commit b0f09c2616
  1. 14
      equations/src/App.css

@ -28,10 +28,24 @@
color: #61dafb;
}
.mouseover{
color:lightgray;
cursor:pointer;
}
.exit{
color:#FFAAAA;
}
.mouseover:hover{
color:black;
cursor:pointer;
}
.exit:hover{
color:maroon;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);

Loading…
Cancel
Save