From 7e05d3918379d9c5fc79cf5cf2027a6492cc2caa Mon Sep 17 00:00:00 2001 From: Ed Silkworth Date: Sat, 15 Jul 2023 21:52:06 +0800 Subject: [PATCH] align detail background color --- public/css/theme-arc-red.css | 2 +- public/css/theme-auto-red.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/theme-arc-red.css b/public/css/theme-arc-red.css index eaff6d9..6e9c8cb 100644 --- a/public/css/theme-arc-red.css +++ b/public/css/theme-arc-red.css @@ -264,7 +264,7 @@ span.green .svg { /* not needed: .repository .diff-detail-box */ details { - background-color: var(--color-secondary-light-4); /* make collapsible elements easier to distinguish from main body */ + background-color: var(--color-secondary-light-3); /* make collapsible elements easier to distinguish from main body */ border-radius: 4px; /* same as code blocks */ padding: .2em .4em; /* same as code blocks */ } diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index 3022c48..e9485ce 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -362,7 +362,7 @@ /* not needed: .repository .diff-detail-box */ details { - background-color: var(--color-secondary-light-4); /* make collapsible elements easier to distinguish from main body */ + background-color: var(--color-secondary-light-3); /* make collapsible elements easier to distinguish from main body */ border-radius: 4px; /* same as code blocks */ padding: .2em .4em; /* same as code blocks */ }