From 75493d3e038c54306df0aa093d07387ecd017b7d Mon Sep 17 00:00:00 2001 From: lowking Date: Tue, 2 Feb 2021 15:40:59 +0800 Subject: [PATCH] fix commit detail page title bg --- themes/dark_theme.css | 4 ++++ themes/dark_theme.scss | 4 ++++ 2 files changed, 8 insertions(+) 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,