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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/themes/gohugoioTheme/assets/css/_anchorforid.css')
-rw-r--r--docs/themes/gohugoioTheme/assets/css/_anchorforid.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/themes/gohugoioTheme/assets/css/_anchorforid.css b/docs/themes/gohugoioTheme/assets/css/_anchorforid.css
new file mode 100644
index 000000000..ab5942854
--- /dev/null
+++ b/docs/themes/gohugoioTheme/assets/css/_anchorforid.css
@@ -0,0 +1,16 @@
+
+.header-link:after {
+ position: relative;
+ left: 0.5em;
+ opacity: 0;
+ font-size: 0.8em;
+ -moz-transition: opacity 0.2s ease-in-out 0.1s;
+ -ms-transition: opacity 0.2s ease-in-out 0.1s;
+}
+h2:hover .header-link,
+h3:hover .header-link,
+h4:hover .header-link,
+h5:hover .header-link,
+h6:hover .header-link {
+ opacity: 1;
+}