Skip to content
Discussion options

You must be logged in to vote

button in css selects every button. There is probably another css selector which has priority.
you have added testbuttonas a classname, so you might want to use that in your css:

.testbutton {
  color: #E5EBE2;
  background-color: #9D4A2E; 
}

.testbutton:hover {
  background-color: aqua; 
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by inkeaton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants