fix: separate hr and alt background color
This commit is contained in:
parent
723cad2f1c
commit
944982c78e
3 changed files with 5 additions and 3 deletions
|
@ -59,7 +59,7 @@ li:not(.no-margin) {
|
|||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid var(--color-background-alt);
|
||||
border: 1px solid var(--color-hr);
|
||||
border-bottom: 1px;
|
||||
margin: 1em;
|
||||
box-sizing: content-box;
|
||||
|
|
|
@ -90,7 +90,7 @@ a[href].button:not(.link), a[href].button:visited:not(.link), button, input[type
|
|||
width: 100%; // make the content sit on it's own row
|
||||
padding-top: .33rem;
|
||||
|
||||
border-top: 1px solid var(--color-background-alt);
|
||||
border-top: 1px solid var(--color-hr);
|
||||
}
|
||||
&:not(:last-child) > summary {
|
||||
margin-right: .5rem;
|
||||
|
|
|
@ -7,9 +7,11 @@
|
|||
|
||||
--color-link-hover: rgba(0,0,0,0.075);
|
||||
--color-background-alt: rgba(0,0,0,0.075);
|
||||
--color-hr: rgba(0,0,0,0.15);
|
||||
|
||||
--color-text: black;
|
||||
--color-background: white;
|
||||
--color-background: #f8f9fa;
|
||||
--color-card: white;
|
||||
|
||||
--wrapper-size: 800px;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue