From de762331f01bedb439c46e345d68374b75dda4af Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 16 Dec 2018 20:53:15 +0200 Subject: [PATCH] change color of hr tag in dark theme --- .../raw-content/_theme/_dark/raw-content_theme_dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/raw-content/_theme/_dark/raw-content_theme_dark.scss b/web/app/components/raw-content/_theme/_dark/raw-content_theme_dark.scss index 507e0330..3094e239 100644 --- a/web/app/components/raw-content/_theme/_dark/raw-content_theme_dark.scss +++ b/web/app/components/raw-content/_theme/_dark/raw-content_theme_dark.scss @@ -23,6 +23,6 @@ } hr { - border-color: #393734; + border-color: #2d2d2c; } }