diff --git a/front/src/style/components/_button.scss b/front/src/style/components/_button.scss index 85ef35012e04ce2c5b0309ac2402dd9ea75f035f..eae2c1ebe60c9c4a9165a4da09516bfce3eaa7d2 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