I for one don't like how it pretty much disappears into the background.
I agree that it should stand out more, support. The good news is that you can change and customize it yourself in the meantime!
.ui.button.basic {
background-color:!important;
color: !important;
border:4px double !important;
}
and
.ui.button.basic:hover {
background-color:!important;
color: !important;
}
First code customizes the button itself, second code customizes the hover effect. You can change the colours and additionally customize it however you like.
Keep in mind that changing the appearance of that button is also going to change any other buttons around the site that use the same selectors.
I was a dummy, I forgot to add in the !important; part to the code. Sorry about that! I've edited it in, so it should work now. Try it and let me know?
Nothing. I guess I might have to just be content with squinting until something gets implemented.
That's odd. :/ I've tested it out on my Armory page and the button did work. It's possible that it's being overridden by something else in your customCSS.
Either way, sorry I couldn't be of much help. :c
What color are we talking (like what would stand out but not like confuse anyone)? :)
Safety orange would be great! Lmao just kidding. I think the same blue as the Your Weapon Armory title block at the top would look nice.
My own picky opinion would be something like this. The same blue, but make the Default button a more intense version of the same blue and the Edit Set button a lighter and less intense version of the current Default button's green. That way all of the buttons stick out, and it's apparent just from the color which is Default and which is Set Default and that they're connected.