diff --git a/assets/stylesheets/extra.css b/assets/stylesheets/extra.css index b5d9c9c..b8613b8 100644 --- a/assets/stylesheets/extra.css +++ b/assets/stylesheets/extra.css @@ -11,7 +11,7 @@ --md-default-fg-color--light: #EBDBB2; --md-typeset-color: #D5C4A1; - --md-typeset-a-color: #fe8019; + --md-typeset-a-color: #83a598; --md-code-fg-color: hsla(40, 38%, 73%, 1); @@ -50,6 +50,35 @@ } +.md-typeset h1 { + color: #fb4934; + margin: 0 0 0; +} + +.md-typeset h2 { + color: #fe8019; + margin: 0 0 0; +} + +.md-typeset h3 { + color: #b8bb26; + margin: 0 0 0; +} + +.md-typeset h4 { + color: #689d6a; + margin:1em 0 +} + +.md-typeset h5{ + color: #458588; +} + +.md-typeset h6 { + color: #d3869b; +} + + .md-typeset .admonition.info, .md-typeset details.info { border-color: #458588;