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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorzilcH40 <wlh233@live.com>2022-09-14 19:21:52 +0300
committerzilcH40 <wlh233@live.com>2022-09-14 19:21:52 +0300
commit84a7aca340d301ea15700035d5a611a0ad9207d9 (patch)
treec4c645fad4b9f25145a939c56b0f9eade0bae7b3 /assets
parentc6535284e9a632d58670f26a4e7689c73e868a8c (diff)
fix small bugs
- revert wrong toc logic in last commit - fix display extra character in title when subtitle is not set - fix unnecessary hover effect of fake button on navbar
Diffstat (limited to 'assets')
-rw-r--r--assets/css/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/common.scss b/assets/css/common.scss
index 8c42822..542ea07 100644
--- a/assets/css/common.scss
+++ b/assets/css/common.scss
@@ -67,6 +67,7 @@ body {
}
.fake-text {
color: transparent !important;
+ pointer-events: none;
}
.shadow-hero {
box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.25);