update sass
This commit is contained in:
parent
5f85500748
commit
ac289230bc
3 changed files with 8 additions and 96 deletions
|
|
@ -1,99 +1,7 @@
|
||||||
@use "sass:map"
|
@use "sass:map"
|
||||||
@use "sass:color"
|
@use "sass:color"
|
||||||
|
|
||||||
@use './org-media-sass/org-base'
|
@use './org-media-sass/categories/relaxed.sass'
|
||||||
|
|
||||||
@use './org-media-sass/themes/golden-ledger.sass' as *
|
pre.src
|
||||||
@use './org-media-sass/fonts' as fonts
|
white-space: pre-wrap
|
||||||
@use './org-media-sass/mixins' as mixins-basic
|
|
||||||
|
|
||||||
@include mixins-basic.set-header-sizes($default-header-sizes)
|
|
||||||
@include mixins-basic.set-header-colors($default-header-colors)
|
|
||||||
@include mixins-basic.set-header-margins-sides($default-header-margins-sides)
|
|
||||||
@include mixins-basic.set-header-margins-vertical($default-header-margins-vertical)
|
|
||||||
|
|
||||||
@include mixins-basic.remove-section-number(h3)
|
|
||||||
|
|
||||||
/* Base Styles */
|
|
||||||
body
|
|
||||||
font-family: $primary-font
|
|
||||||
color: $text-color
|
|
||||||
background-color: $background-color
|
|
||||||
|
|
||||||
/* Link Styles */
|
|
||||||
a
|
|
||||||
color: $anchor-color
|
|
||||||
|
|
||||||
&:hover
|
|
||||||
color: $anchor-hover-color
|
|
||||||
|
|
||||||
// Lists
|
|
||||||
ul, ol
|
|
||||||
padding-left: $list-padding-left
|
|
||||||
|
|
||||||
// Notes
|
|
||||||
.note
|
|
||||||
background-color: $note-background-color
|
|
||||||
border-color: $note-border-color
|
|
||||||
p
|
|
||||||
color: $note-color
|
|
||||||
|
|
||||||
// Blockquotes
|
|
||||||
blockquote
|
|
||||||
color: $blockquote-color
|
|
||||||
border-color: $blockquote-border-color
|
|
||||||
|
|
||||||
// Tables
|
|
||||||
table
|
|
||||||
color: $table-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(odd)
|
|
||||||
background-color: color.adjust($table-header-bg, $lightness: 8%)
|
|
||||||
|
|
||||||
/* Code Block Styles */
|
|
||||||
pre, code
|
|
||||||
color: $code-text-color
|
|
||||||
background-color: $code-background-color
|
|
||||||
border-color: $code-border-color
|
|
||||||
|
|
||||||
/* Header Styles */
|
|
||||||
h1, h2, h3, h4, h5, h6
|
|
||||||
font-family: $secondary-font
|
|
||||||
|
|
||||||
h4
|
|
||||||
text-transform: uppercase
|
|
||||||
|
|
||||||
h4[id="timestamp"]
|
|
||||||
color: color.adjust(map.get($default-header-colors, 'h2'), $lightness: 20%)
|
|
||||||
|
|
||||||
h4[id="playlist"]
|
|
||||||
color: color.adjust(map.get($default-header-colors, 'h3'), $lightness: -10%)
|
|
||||||
|
|
||||||
h3
|
|
||||||
a
|
|
||||||
color: color.adjust($anchor-color, $lightness: -12%)
|
|
||||||
&:hover
|
|
||||||
color: color.adjust($anchor-hover-color, $lightness: -12%)
|
|
||||||
|
|
||||||
|
|
||||||
div#postamble
|
|
||||||
border-color: $note-border-color
|
|
||||||
color: color.adjust($note-border-color, $lightness: 20%)
|
|
||||||
|
|
||||||
/* Table of Contents Link */
|
|
||||||
.toc
|
|
||||||
color: $primary-color
|
|
||||||
|
|
||||||
div#table-of-contents ul li a
|
|
||||||
color: $toc-anchor-color
|
|
||||||
&:hover
|
|
||||||
color: $toc-anchor-hover-color
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c6757313c58310e1bad9dc6b894bb8813813767c
|
Subproject commit 5116034cab2eb4a8bd648f42d3ca3fc6be9be04f
|
||||||
4
toc.org
4
toc.org
|
|
@ -27,3 +27,7 @@
|
||||||
** step 2 - source & choose products to sell!
|
** step 2 - source & choose products to sell!
|
||||||
#+attr_html: :class contents-overview
|
#+attr_html: :class contents-overview
|
||||||
- [[./_subsections/02-source_and_choose/c01-research_and_spy.org][how to research and spy on winning print on demand designs]]
|
- [[./_subsections/02-source_and_choose/c01-research_and_spy.org][how to research and spy on winning print on demand designs]]
|
||||||
|
- [[./_subsections/02-source_and_choose/c02-create_with_canva.org][how to create product designs with canva]]
|
||||||
|
- [[./_subsections/02-source_and_choose/c03-add_distressed_vintage_textures.org][how to add istressed vintage textures for free]]
|
||||||
|
- [[./_subsections/02-source_and_choose/c03-create_free_designs.org][how to create free print on demand designs]]
|
||||||
|
- [[./_subsections/02-source_and_choose/c04-custom_designs_using_fiverr.org][how to create free print on demand designs]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue