Skip to content
Snippets Groups Projects
Commit 597c4475 authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed inverted button color

parent d7d26160
No related branches found
No related tags found
No related merge requests found
...@@ -91,3 +91,11 @@ button.reset { ...@@ -91,3 +91,11 @@ button.reset {
.icon.button > i { .icon.button > i {
margin-right: 0; margin-right: 0;
} }
.ui.inverted.buttons .button:hover,
.ui.inverted.button:hover,
.ui.inverted.buttons .button:focus,
.ui.inverted.button:focus {
color: white;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment