diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 427ad30..ba25153 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -207,12 +207,6 @@ a:hover { text-decoration: underline; } -/* this is also used i.e. in page-title */ -.heading-link { - color: inherit; - text-weight: bold; -} - blockquote { border-left: 5px solid var(--background-2); padding-left: 15px; @@ -348,6 +342,11 @@ footer p { align-items: center; } +.header a { + color: inherit; + font-weight: bold; +} + .navbar { display: flex; flex-wrap: wrap; @@ -496,6 +495,10 @@ footer p { margin-bottom: 10px; } +.page-title a { + color: inherit; +} + .page-title h1 { margin: 0; } diff --git a/layouts/_partials/top.html b/layouts/_partials/top.html index 6f274f9..462d7da 100644 --- a/layouts/_partials/top.html +++ b/layouts/_partials/top.html @@ -1,6 +1,6 @@
- + {{ .Site.Title | markdownify }}
diff --git a/layouts/authors/summary.html b/layouts/authors/summary.html index c828385..790b879 100644 --- a/layouts/authors/summary.html +++ b/layouts/authors/summary.html @@ -1,5 +1,5 @@

- {{ .Title | markdownify }} + {{ .Title | markdownify }} {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}

diff --git a/layouts/series/summary.html b/layouts/series/summary.html index 11080e5..07cd2fb 100644 --- a/layouts/series/summary.html +++ b/layouts/series/summary.html @@ -1,6 +1,6 @@

{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }} - {{ .Title | markdownify }} + {{ .Title | markdownify }} {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}

diff --git a/layouts/summary.html b/layouts/summary.html index 5955d66..0af2631 100644 --- a/layouts/summary.html +++ b/layouts/summary.html @@ -1,6 +1,6 @@

{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }} - {{ .Title | markdownify }} + {{ .Title | markdownify }} {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}