Re-ordered color variables to be consistent

This commit is contained in:
squidfunk 2020-08-02 12:41:44 +02:00
parent 03915f54b0
commit 4c1ceb8bd1
3 changed files with 6 additions and 6 deletions

View File

@ -128,7 +128,7 @@ of your site:
{% endblock %}
```
You should also [check the preview][11] of your Tweets.
You should also [check the preview][11] of your Twitter Card.
[9]: https://twitter.com
[10]: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards

View File

@ -54,8 +54,8 @@
> * {
// Code color shades
--md-code-bg-color: hsla(0, 0%, 96%, 1);
--md-code-fg-color: hsla(200, 18%, 26%, 1);
--md-code-bg-color: hsla(0, 0%, 96%, 1);
// Code highlighting color shades
--md-code-hl-color: var(--md-default-fg-color--lightest);
@ -86,14 +86,14 @@
--md-typeset-kbd-border-color: hsla(0, 0%, 72%, 1);
// Admonition color shades
--md-admonition-bg-color: var(--md-default-bg-color);
--md-admonition-fg-color: var(--md-default-fg-color);
--md-admonition-bg-color: var(--md-default-bg-color);
// Footer color shades
--md-footer-bg-color: hsla(0, 0%, 0%, 0.87);
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
--md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);
--md-footer-bg-color: hsla(0, 0%, 0%, 0.87);
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
}
}

View File

@ -43,8 +43,8 @@
--md-default-bg-color--lightest: hsla(var(--md-hue), 15%, 21%, 0.07);
// Code color shades
--md-code-bg-color: hsla(var(--md-hue), 15%, 18%, 1);
--md-code-fg-color: hsla(var(--md-hue), 18%, 86%, 1);
--md-code-bg-color: hsla(var(--md-hue), 15%, 18%, 1);
// Code highlighting color shades
--md-code-hl-punctuation-color: hsla(var(--md-hue), 34%, 71%, 0.3);