diff --git a/static/css/theme.css b/static/css/theme.css index 8b4f3f74522..4156445bc2f 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -361,9 +361,9 @@ dd { .links a:hover *, .links a:active *, .links a:focus *, -#body-inner a:hover, -#body-inner a:active, -#body-inner a:focus { +article a:hover, +article a:active, +article a:focus { outline: none; text-decoration: underline; }