diff options
Diffstat (limited to 'web/cobrands/hart/base.scss')
-rw-r--r-- | web/cobrands/hart/base.scss | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/web/cobrands/hart/base.scss b/web/cobrands/hart/base.scss index edc692130..306098056 100644 --- a/web/cobrands/hart/base.scss +++ b/web/cobrands/hart/base.scss @@ -12,12 +12,10 @@ a, a:visited { } } -.issue-list-a { - li { - color:#666; - a { - color:#666; - } +.item-list--reports__item { + color: #666; + a { + color: #666; } } |