diff --git a/services/web/frontend/stylesheets/app/content_page.less b/services/web/frontend/stylesheets/app/content_page.less index 71f804d549..c06e805b9d 100644 --- a/services/web/frontend/stylesheets/app/content_page.less +++ b/services/web/frontend/stylesheets/app/content_page.less @@ -82,7 +82,9 @@ &.green-dark, &.blue-gray-dark { .no-card * { - color: @white; + &:not(.btn) { + color: @white; + } a { text-decoration: underline; }