Feature Update

- Responsive Layout
- Mobile Support
- Columns Block
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-24 20:05:17 +01:00
parent 6c25961683
commit 2cd2a8f20a
18 changed files with 294 additions and 110 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ $theme-content-color: hsl($theme-hue, 0%, 90%);
$theme-header-logo-height: 90px;
$theme-header-background: hsl($theme-hue, 0%, 7.5%);
$theme-header-color: hsl($theme-hue, 100%, 99%);
$theme-menu-background: $theme-header-background;
$theme-menu-background: hsl($theme-hue, 0%, 6.5%);
$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%);
@@ -35,8 +35,7 @@ $theme-breadcrumbs-link-color-active: hsl($theme-hue, 100%, 85%);
}
html {
// Font
font-size: 1.05rem;
font-size: 16pt;
}
body {
@@ -45,6 +44,7 @@ body {
background: $theme-content-background;
// Font
font-size: 1.0em;
font-family: "Roboto", sans-serif;
text-rendering: optimizelegibility;
color: $theme-content-color;