Commit 484b8665 authored by TheTechRobo's avatar TheTechRobo
Browse files

Make button text visible on hover and focus

parent 1ca88d75
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -135,6 +135,10 @@ p {
    color: rgb(203 213 225);
  }

  button:hover, button:focus {
    color: #969696;
  }

  #input-section {
    background-image: linear-gradient(#0e1323, #2e1323) !important;
  }