diff --git a/themes/dark_theme.css b/themes/dark_theme.css index 6a188ad..2fcad80 100644 --- a/themes/dark_theme.css +++ b/themes/dark_theme.css @@ -52,6 +52,10 @@ h5, color: #197474; } +.ui.info.segment.top { + background-color: #1d1d1d!important; +} + #file-content h1, #file-content h2, #file-content h3, diff --git a/themes/dark_theme.scss b/themes/dark_theme.scss index 477c973..c005b2b 100644 --- a/themes/dark_theme.scss +++ b/themes/dark_theme.scss @@ -76,6 +76,10 @@ h5, color: $accentBase; } +.ui.info.segment.top { + background-color: #1d1d1d!important; +} + #file-content h1, #file-content h2, #file-content h3,