From 5192f8fd180b8489c95ace9a23b53812c762372e Mon Sep 17 00:00:00 2001 From: Ed Silkworth Date: Tue, 8 Aug 2023 23:23:21 -0700 Subject: [PATCH] make background color darker --- public/css/theme-auto-red.css | 2 +- public/css/theme-red.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index 4785067..8326f8a 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -74,7 +74,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-red.css b/public/css/theme-red.css index 165aaed..1a1dcbb 100644 --- a/public/css/theme-red.css +++ b/public/css/theme-red.css @@ -71,7 +71,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 */ }