mirror of
https://github.com/saegl5/Gitea-Red.git
synced 2025-05-31 20:24:15 -04:00
make background color lighter
This commit is contained in:
parent
f9f118b588
commit
798f033a6d
@ -309,7 +309,7 @@
|
|||||||
/* not needed: .repository .diff-detail-box */
|
/* not needed: .repository .diff-detail-box */
|
||||||
|
|
||||||
details {
|
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 */
|
border-radius: 4px; /* same as code blocks */
|
||||||
padding: .2em .4em; /* same as code blocks */
|
padding: .2em .4em; /* same as code blocks */
|
||||||
}
|
}
|
||||||
|
@ -397,7 +397,7 @@
|
|||||||
/* not needed: .repository .diff-detail-box */
|
/* not needed: .repository .diff-detail-box */
|
||||||
|
|
||||||
details {
|
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 */
|
border-radius: 4px; /* same as code blocks */
|
||||||
padding: .2em .4em; /* same as code blocks */
|
padding: .2em .4em; /* same as code blocks */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user