diff --git a/public/css/theme-arc-red.css b/public/css/theme-arc-red.css index 3f7c3bf..d366c16 100644 --- a/public/css/theme-arc-red.css +++ b/public/css/theme-arc-red.css @@ -309,7 +309,7 @@ /* not needed: .repository .diff-detail-box */ details { - background-color: var(--color-secondary-light-3); /* make collapsible elements easier to distinguish from main body */ + background-color: var(--color-secondary-light-2); /* 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 1a5249e..4785067 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -397,7 +397,7 @@ /* not needed: .repository .diff-detail-box */ details { - background-color: var(--color-secondary-light-3); /* make collapsible elements easier to distinguish from main body */ + background-color: var(--color-secondary-light-2); /* make collapsible elements easier to distinguish from main body */ border-radius: 4px; /* same as code blocks */ padding: .2em .4em; /* same as code blocks */ }