Improve Media, Column, Heading blocks
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
$theme-width: 1280px;
|
||||
$theme-width-sidebar: 250px;
|
||||
$theme-index-column-width: 384px;
|
||||
$theme-hue: 215;
|
||||
$theme-content-background: hsl($theme-hue, 33%, 20%);
|
||||
$theme-content-color: hsl($theme-hue, 0%, 90%);
|
||||
@@ -31,7 +32,7 @@ $theme-breadcrumbs-link-color: hsl($theme-hue, 100%, 75%);
|
||||
$theme-breadcrumbs-link-color-active: hsl($theme-hue, 100%, 85%);
|
||||
$theme-footer-background: hsl($theme-hue, 33%, 10.0%);
|
||||
$theme-footer-color: hsl($theme-hue, 0%, 80%);
|
||||
$theme-index-column-width: 384px;
|
||||
$theme-code-background: hsl($theme-hue, 50%, 5%);
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user