diff --git a/categories/business.sass b/categories/business.sass index b2c99d3..4b3c865 100644 --- a/categories/business.sass +++ b/categories/business.sass @@ -64,6 +64,18 @@ pre, code background-color: $code-background-color border-color: $code-border-color +/* code is used for other types of objects besides code inside lists or headers */ +li a, li.on, li.off, h1, h2, h3, h4, h5, h6 + code + padding: 0 + display: inline + background-color: transparent + color: color.adjust($text-color, $lightness: 15%) + +h1, h2, h3, h4, h5, h6 + code + vertical-align: text-bottom + /* Header Styles */ h1, h2, h3, h4, h5, h6 font-family: $secondary-font diff --git a/categories/chill_computer.sass b/categories/chill_computer.sass index 574eee0..7e4b928 100644 --- a/categories/chill_computer.sass +++ b/categories/chill_computer.sass @@ -57,6 +57,20 @@ pre, code font-family: $secondary-font +/* code is used for other types of objects besides code inside lists or headers */ +li.off, h1, h2, h3, h4, h5, h6 + code + padding: 0 + display: inline + background-color: transparent + color: color.adjust($text-color, $lightness: 15%) + +/* off because it isn't needed atm +/* h1, h2, h3, h4, h5, h6 + code + vertical-align: middle + + /* Header Styles */ h1, h2, h3, h4, h5, h6 font-family: $secondary-font diff --git a/categories/graphics.sass b/categories/graphics.sass index 67889e7..f2f57d5 100644 --- a/categories/graphics.sass +++ b/categories/graphics.sass @@ -66,6 +66,19 @@ pre, code border-color: $code-border-color font-family: $secondary-font +/* code is used for other types of objects besides code inside lists or headers */ +li a, li.on, li.off, h1, h2, h3, h4, h5, h6 + code + padding: 0 + display: inline + background-color: transparent + color: color.adjust($text-color, $lightness: 15%) + +/* not needed bc it will already be aligned +/* h1, h2, h3, h4, h5, h6 + code + vertical-align: text-bottom + /* Header Styles */ h1, h2, h3, h4, h5, h6 font-family: $secondary-font diff --git a/categories/music.sass b/categories/music.sass index 44d8a60..f1ed651 100644 --- a/categories/music.sass +++ b/categories/music.sass @@ -64,6 +64,19 @@ pre, code background-color: $code-background-color border-color: $code-border-color + +/* code is used for other types of objects besides code inside lists or headers */ +li a, li.on, li.off, h1, h2, h3, h4, h5, h6 + code + padding: 0 + display: inline + background-color: transparent + color: color.adjust($text-color, $lightness: 15%) + +h1, h2, h3, h4, h5, h6 + code + vertical-align: text-bottom + /* Header Styles */ h1, h2, h3, h4, h5, h6 font-family: $secondary-font diff --git a/categories/relaxed.sass b/categories/relaxed.sass index 77ada56..ef1a41b 100644 --- a/categories/relaxed.sass +++ b/categories/relaxed.sass @@ -65,6 +65,18 @@ pre, code background-color: $code-background-color border-color: $code-border-color +/* code is used for other types of objects besides code inside lists or headers */ +li a, li.on, li.off, h1, h2, h3, h4, h5, h6 + code + padding: 0 + display: inline + background-color: transparent + color: color.adjust($text-color, $lightness: 15%) + +h1, h2, h3, h4, h5, h6 + code + vertical-align: text-bottom + /* Header Styles */ h1, h2, h3, h4, h5, h6 font-family: $secondary-font diff --git a/categories/social.sass b/categories/social.sass index f305cec..8bc74e9 100644 --- a/categories/social.sass +++ b/categories/social.sass @@ -64,6 +64,18 @@ pre, code background-color: $code-background-color border-color: $code-border-color +/* code is used for other types of objects besides code inside lists or headers */ +li a, li.on, li.off, h1, h2, h3, h4, h5, h6 + code + padding: 0 + display: inline + background-color: transparent + color: color.adjust($text-color, $lightness: 15%) + +h1, h2, h3, h4, h5, h6 + code + vertical-align: text-bottom + /* Header Styles */ h1, h2, h3, h4, h5, h6 font-family: $secondary-font diff --git a/content-overview.sass b/content-overview.sass index d983e03..4a7d068 100644 --- a/content-overview.sass +++ b/content-overview.sass @@ -9,9 +9,8 @@ ul, ol padding-left: 3em margin-top: 0.5em -ul.contents-overview +ul.contents-overview, ol.contents-overview-numbered padding-left: 1em - list-style-type: none li margin: 0 @@ -27,3 +26,7 @@ ul.contents-overview &:hover text-decoration: underline + +ul.contents-overview + list-style-type: none + diff --git a/org-base.sass b/org-base.sass index 68d29a8..62cf0cc 100644 --- a/org-base.sass +++ b/org-base.sass @@ -171,8 +171,16 @@ div#table-of-contents .playlist text-transform: capitalize +.contents-overview-numbered li + text-transform: uppercase + font-weight: bold + + a + text-decoration: none + .contents-overview li text-transform: uppercase + list-style-type: square font-weight: bold