diff --git a/default.hbs b/default.hbs index 10842bb..3211e35 100644 --- a/default.hbs +++ b/default.hbs @@ -17,6 +17,34 @@ :root { --background-color: {{@custom.background_color}} } + + *, html, :root, body, h1, h2, h3, h4, h5, h6, p, a, div, .gh-foot a:hover { + color: {{@custom.text_color}}; + } + + {{#if @custom.flip_columns}} + .showOnMedia { + font-size: 0; + visibility: hidden; + } + + @media only screen and (max-width: 840px) { + .HideOnMedia { + font-size: 0; + visibility: hidden; + } + + .showOnMedia { + font-size: clamp(3.2rem, 2.4452rem + 2.0968vw, 5.8rem); + visibility: visible; + margin-bottom: 50px; + } + } + {{/if}} + + .gh-about-inner.gh-inner { + gap: 50px; + } + + {{ghost_head}} + + + + +
@@ -43,15 +78,41 @@{{@site.title}}
+ {{/if}}
+ {{#if @custom.show_site_description}}
+
{{@site.description}}
+ {{/if}}
+
{{@site.title}}
+ {{/if}}
+ {{#if @custom.show_site_description}}
+
{{@site.description}}
+ {{/if}}
+
{{@site.title}}
+ {{#if @custom.show_site_description}}
+
{{@site.description}}
+ {{/if}}
+