style.css: Consistent colors for header borders
parent
f80dae920f
commit
572baca876
|
@ -399,10 +399,10 @@ article:not(.abstract) > hgroup {
|
|||
article:not(.abstract) > h1:not(:first-child),
|
||||
article:not(.abstract) > h2 {
|
||||
margin-left: -2rem;
|
||||
border-bottom: 2px solid #babdb6;
|
||||
border-bottom: 0.2ex solid #2e3436;
|
||||
}
|
||||
article:not(.abstract) > h3 {
|
||||
border-bottom: 1px solid #babdb6;
|
||||
border-bottom: 0.1ex solid #2e3436;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue