Adjust color of accent

This commit is contained in:
Dave Gallant
2021-09-06 23:51:20 -04:00
parent e10af0b5bc
commit d3dc9d2214
4 changed files with 3 additions and 13 deletions

View File

@@ -55,13 +55,11 @@ params:
showReadingTime: true showReadingTime: true
showLastmod: true showLastmod: true
taxonomyCloudShuffle: true taxonomyCloudShuffle: true
accentColor: '#ffcd00' accentColor: '#8979b3'
hideMainMenu: false hideMainMenu: false
sidebar: sidebar:
enable: true enable: true
widgets: widgets:
header:
- breadcrumbs
homepage: homepage:
- recent_posts - recent_posts
sidebar: sidebar:

View File

@@ -1,7 +1,7 @@
<meta charset='utf-8'> <meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'> <meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='{{ partial "data/description" . }}'> <meta name='description' content='{{ partial "data/description" . }}'>
<meta name='theme-color' content='{{- .Site.Params.settings.accentColor | default "#ffcd00" -}}'> <meta name='theme-color' content='{{- .Site.Params.settings.accentColor | default "#8979b3" -}}'>
{{ partial "head/opengraph" . }} {{ partial "head/opengraph" . }}

View File

@@ -22,14 +22,6 @@
<header id='header' class='header site-header'> <header id='header' class='header site-header'>
<div class='container sep-after'> <div class='container sep-after'>
<div class='header-info'>
{{- if eq .Kind "home" -}}
<h1 class='site-title title'>{{ .Site.Title }}</h1>
{{- else -}}
<p class='site-title title'>{{ .Site.Title }}</p>
{{- end -}}
<p class='desc site-desc'>{{ .Site.Params.info.description }}</p>
</div>
</div> </div>
</header> </header>

View File

@@ -1,4 +1,4 @@
$color__accent: #ffcd00; $color__accent: #a590da;
$color__bluegrey-900: #263238; $color__bluegrey-900: #263238;
$color__bluegrey-800: #37474f; $color__bluegrey-800: #37474f;