Feature Update
- Responsive Layout - Mobile Support - Columns Block
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user