make background color lighter

This commit is contained in:
Ed Silkworth 2023-08-08 23:20:42 -07:00
parent f9f118b588
commit 798f033a6d
No known key found for this signature in database
GPG Key ID: 26F260F04191F431
2 changed files with 2 additions and 2 deletions

View File

@ -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 */
}

View File

@ -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 */
}