Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-09-23 12:06:56 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-09-23 12:06:56 +0300
commit1a8bf08e998692ecfc593c26a9029f457aa17549 (patch)
treedbf2a7afa246f7a2972fbfe9fa538fdfbf77cc5f /layouts
parent0ba80fbd3fd39cec2292d3b135b87a103d047293 (diff)
refactor: font weight
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3dd4634..7390539 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -8,7 +8,7 @@
}
</script>
<nav class="flex items-center justify-between flex-wrap p-4">
- <a href="/" class="mr-6 text-primary-text text-xl font-semibold ">{{ .Site.Title }}</a>
+ <a href="/" class="mr-6 text-primary-text text-xl font-bold ">{{ .Site.Title }}</a>
<button id="navbar-btn" class="md:hidden flex items-center px-3 py-2">
<i class="fas fa-bars"></i>
</button>
@@ -30,7 +30,7 @@
</div>
<div class="fixed hidden inset-0 opacity-0 h-full w-full cursor-default z-30" id="is-open">
</div>
- <div class="absolute flex flex-col left-0 md:left-auto right-auto md:right-0 hidden bg-secondary-bg w-48 rounded py-2 border border-tertiary-bg cursor-pointer"
+ <div class="absolute flex flex-col left-0 md:left-auto right-auto md:right-0 hidden bg-secondary-bg w-48 rounded py-2 border border-tertiary-bg cursor-pointer z-40"
id='lightDarkOptions'>
<span class="px-4 py-1 hover:text-eureka">Light</span>
<span class="px-4 py-1 hover:text-eureka">Dark</span>
@@ -46,7 +46,7 @@
</div>
<div class="fixed hidden inset-0 opacity-0 h-full w-full cursor-default z-30" id="is-open-lang">
</div>
- <div class="absolute flex flex-col left-0 md:left-auto right-auto md:right-0 hidden bg-secondary-bg w-48 rounded py-2 border border-tertiary-bg cursor-pointer"
+ <div class="absolute flex flex-col left-0 md:left-auto right-auto md:right-0 hidden bg-secondary-bg w-48 rounded py-2 border border-tertiary-bg cursor-pointer z-40"
id='languageOptions'>
<a class="px-4 py-1 hover:text-eureka" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a>
{{ range .Translations }}