diff options
| -rw-r--r-- | layouts/_default/baseof.html | 2 | ||||
| -rw-r--r-- | static/style.css | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ac84d93..70b1802 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> - <link rel="stylesheet" type="text/css" href="/style.css?v=1.0.3"> + <link rel="stylesheet" type="text/css" href="/style.css?v=1.0.4"> <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ .Title }}{{ end }}</title> <meta name="author" content="{{ .Site.Params.email }} ({{ .Site.Params.name }})"> <meta name="description" content="{{- plainify (chomp .Summary) -}}"> diff --git a/static/style.css b/static/style.css index 0f6c16a..dff0f30 100644 --- a/static/style.css +++ b/static/style.css @@ -64,12 +64,15 @@ h1 { } h1, -h2, +h2 { + color: #bb9af7; +} + h3, h4, h5, h6 { - color: #bb9af7; + color: #DDD; } hr { |
