diff --git a/front/src/style/components/_button.scss b/front/src/style/components/_button.scss index 85ef35012..eae2c1ebe 100644 --- a/front/src/style/components/_button.scss +++ b/front/src/style/components/_button.scss @@ -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