diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b1aa65c90..ba0f3872d 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -68,6 +68,10 @@ a { &:hover { text-decoration: none !important; } + + &.warning, &.warning:hover { + color: black; + } } .button.hollow {