style.css: Consistent colors for header borders

master
Mike Gerwitz 2019-01-17 23:52:20 -05:00
parent f80dae920f
commit 572baca876
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}