diff options
Diffstat (limited to 'apps/comments/css/comments.scss')
-rw-r--r-- | apps/comments/css/comments.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss index d2ed74adaeb..ae1f6d71720 100644 --- a/apps/comments/css/comments.scss +++ b/apps/comments/css/comments.scss @@ -70,7 +70,7 @@ } #commentsTabView .comments .comment { - border-top: 1px solid $color-border; + border-top: 1px solid var(--color-border); } #commentsTabView .comment .avatar, |