Improve Media, Column, Heading blocks

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-25 11:01:32 +01:00
parent 02c261bf55
commit 64cfc04a22
7 changed files with 101 additions and 14 deletions
+2 -1
View File
@@ -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;