@import 'variables' @import 'fonts' @import 'mixins' @import 'themes/dark_graphics' // Base body styles body font-family: $primary-font font-size: 16px line-height: 1.6 color: $text-color background-color: $background-color // Headers @each $header, $props in $header-styles #{$header} font-family: $secondary-font font-weight: bold color: map-get($props, color) font-size: map-get($props, size) margin-top: 20px margin-bottom: 10px @include remove-section-number(h2) h1 padding: 1em div.outline-2 padding: 1em 0 div#table-of-contents h2 font-size: get-header-property(h2, size) + .1em border: none h2 border-top: dashed $secondary-color 1px text-transform: uppercase // Default Link Style (Primary) a @include link-primary // Specific Link Styles a.secondary @include link-secondary a.inverse @include link-inverse // Tables table width: 100% border-collapse: collapse margin: 20px 0 font-size: 14px th, td padding: $table-padding text-align: left border-bottom: 1px solid $table-border-color th background-color: $table-header-bg color: white tr:nth-child(even) background-color: lighten($table-border-color, 20%) // Special Classes .positives-negatives th, td text-align: center padding: 12px tr:nth-child(even) background-color: lighten($tertiary-color, 30%) th background-color: $tertiary-color color: white .tax-bracket th, td padding: 8px text-align: right th background-color: $primary-color color: white .ip-recap th, td padding: 10px text-align: left th background-color: $quaternary-color color: white // Code Blocks pre, code background-color: $code-bg-color padding: 10px border-radius: $code-border-radius font-family: $primary-font color: $code-font-color overflow-x: auto font-size: 14px // Lists ul, ol margin-left: $list-padding-left padding-left: $list-padding-left list-style-position: inside li margin-bottom: 5px img width: 20em div#postamble border-color: $tertiary-color h3 margin-left: 1em h4 margin-left: 2em h4 a margin-left: 2em @include link-secondary .outline-text-3 p margin-left: 1em padding-left: 1em /* .org-ol > li::marker color: green font-weight: bold .org-ol > li::first-line color: green font-weight: bold */ // .outline-4 // margin-left: 2em