diff --git a/app/javascript/src/styles/common/jquery_ui_custom.scss b/app/javascript/src/styles/common/jquery_ui_custom.scss index 296163456..07cacfebd 100644 --- a/app/javascript/src/styles/common/jquery_ui_custom.scss +++ b/app/javascript/src/styles/common/jquery_ui_custom.scss @@ -6,6 +6,14 @@ input, select, textarea, button { font-family: $base_font_family; } + + a, a:active, a:visited { + color: $link_color; + } + + a:hover { + color: $link_hover_color; + } } div.ui-dialog {