Among other things introduce new --fg-contrast color variable.
This commit is contained in:
@ -444,9 +444,9 @@
|
||||
}
|
||||
|
||||
div {
|
||||
margin-top: 0.5rem;
|
||||
border-top: max(1px, 0.0625rem) solid var(--fg-muted-2);
|
||||
padding-top: 0.25rem;
|
||||
margin-block-start: 0.5rem;
|
||||
border-block-start: max(1px, 0.0625rem) solid var(--fg-muted-2);
|
||||
padding-block-start: 0.25rem;
|
||||
color: var(--fg-muted-5);
|
||||
|
||||
strong {
|
||||
|
Reference in New Issue
Block a user