Add new Features:
- Block Alignments - Tables - Media with Links - Block Sizes
This commit is contained in:
+11
-2
@@ -12,10 +12,19 @@ $theme-menu-color: hsl($theme-hue, 0%, 85%);
|
||||
$theme-menu-color-active: hsl($theme-hue, 0%, 100%);
|
||||
$theme-article-background: hsl($theme-hue, 50%, 10%);
|
||||
$theme-article-color: $theme-content-color;
|
||||
$theme-article-link-color: hsl($theme-hue, 50%, 75%);
|
||||
$theme-article-link-color-active: hsl($theme-hue, 100%, 85%);
|
||||
$theme-article-title-background: hsl($theme-hue, 60%, 50%);
|
||||
$theme-article-title-color: hsl($theme-hue, 100%, 100%);
|
||||
$theme-article-heading-h1-background: hsl($theme-hue, 75%, 30%);
|
||||
$theme-article-heading-h2-background: hsl($theme-hue, 75%, 15%);
|
||||
$theme-article-heading-h3-background: transparent;
|
||||
$theme-article-heading-h4-background: transparent;
|
||||
$theme-article-heading-h5-background: transparent;
|
||||
$theme-article-heading-h6-background: transparent;
|
||||
$theme-article-table-head-background: hsl($theme-hue, 75%, 25%);
|
||||
$theme-article-table-body-background: hsl($theme-hue, 60%, 15%);
|
||||
$theme-article-table-body-background-alt: hsl($theme-hue, 60%, 12.5%);
|
||||
$theme-article-link-color: hsl($theme-hue, 50%, 75%);
|
||||
$theme-article-link-color-active: hsl($theme-hue, 100%, 85%);
|
||||
$theme-article-meta-background: hsl($theme-hue, 50%, 7.5%);
|
||||
$theme-article-meta-color: hsl($theme-hue, 0%, 70%);
|
||||
$theme-article-meta-link-color: hsl($theme-hue, 100%, 70%);
|
||||
|
||||
Reference in New Issue
Block a user