diff --git a/assets/css/_partial/_header.scss b/assets/css/_partial/_header.scss index 01249bd9..3d71c990 100644 --- a/assets/css/_partial/_header.scss +++ b/assets/css/_partial/_header.scss @@ -90,6 +90,7 @@ position: absolute; left: auto; right: 1rem; + cursor: pointer; } .search-toggle { @@ -141,6 +142,10 @@ } } +.theme-switch { + cursor: pointer; +} + .theme-switch i { @include transform(rotate(225deg)); } diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index 945bab86..179e3c0b 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1 +1 @@ -{{ .Text | safeHTML }} \ No newline at end of file +{{ .Text | safeHTML }} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4ca3a6ea..092f45b0 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -72,20 +72,20 @@

Основная навигация

{{- if .Site.Params.search.enable -}} - + - - + + - + {{- end -}} - + - + @@ -129,19 +129,19 @@

Основная навигация

- + {{ T `cancel` }} - +
{{- end -}} {{- $currentPage := . -}} @@ -161,9 +161,9 @@

Основная навигация

{{- end -}} - + - + {{- if .Site.IsMultiLingual -}} {{- .Language.LanguageName -}}