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

Fixed inverted button color

parent d7d26160
No related branches found
No related tags found
No related merge requests found
......@@ -90,4 +90,12 @@ button.reset {
}
.icon.button > i {
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.
Finish editing this message first!
Please register or to comment