diff --git a/categories/business.sass b/categories/business.sass index 95a7552..b2c99d3 100644 --- a/categories/business.sass +++ b/categories/business.sass @@ -45,16 +45,18 @@ blockquote // Tables table color: $table-color - border: 1px solid $table-border-color + // border: 1px solid $table-border-color th background-color: $table-header-bg color: $table-header-color font-family: $secondary-font +th, td + border-color: $table-border-color -tr:nth-child(even) - background-color: color.adjust($table-header-bg, $lightness: 10%) +tr:nth-child(odd) + background-color: color.adjust($table-header-bg, $lightness: 8%) /* Code Block Styles */ pre, code diff --git a/org-base.sass b/org-base.sass index d00dc41..3a37c1c 100644 --- a/org-base.sass +++ b/org-base.sass @@ -2,6 +2,7 @@ @use "sass:color" @use 'mixins' as mixins-basic +@include mixins-basic.remove-section-number(h5) @include mixins-basic.remove-section-number(h2) @include mixins-basic.remove-section-number(h4) @@ -109,6 +110,15 @@ div#postamble margin-bottom: 2em margin-left: 1em +.outline-5 + margin-bottom: .2em + margin-left: .7em + + ul + padding-top: 0 + margin-top: .5em + margin-left: 1em + /* Table of Contents Link */ .toc font-weight: bold diff --git a/themes/sienna-elegance.sass b/themes/sienna-elegance.sass index aaad322..e59e75d 100644 --- a/themes/sienna-elegance.sass +++ b/themes/sienna-elegance.sass @@ -43,7 +43,10 @@ $table-color: $text-color $table-header-color: $text-color $table-header-bg: #cabfa5 // Light warm tan for table headers $table-border-color: #ede0d1 // Soft brown-gray for borders -$table-header-bg: #e6d1a1 + +$table-header-bg: #ede0d1 // #e6d1a1 +$table-border-color: #cabfa5 // Soft brown-gray for borders + $default-header-sizes: () @@ -77,7 +80,7 @@ $default-header-margins-vertical: map.set($default-header-margins-vertical, h1, $default-header-margins-vertical: map.set($default-header-margins-vertical, h2, (top: 1em, bottom: 0em)) $default-header-margins-vertical: map.set($default-header-margins-vertical, h3, (top: 0em, bottom: 0.5em)) $default-header-margins-vertical: map.set($default-header-margins-vertical, h4, (top: 0em, bottom: 0.5em)) -$default-header-margins-vertical: map.set($default-header-margins-vertical, h5, (top: 1em, bottom: 0.5em)) +$default-header-margins-vertical: map.set($default-header-margins-vertical, h5, (top: 1em, bottom: 0em)) $default-header-margins-vertical: map.set($default-header-margins-vertical, h6, (top: 1em, bottom: 0.5em)) // Fonts