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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-05-04 06:42:20 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-05-04 06:42:20 +0300
commit64a5766979272f2c6fb1e6c85699249721df4b6c (patch)
tree34298afe2f7ff6b91638d11bf01de8fbc7eefefe /layouts
parenta27b50dad325744dc1d4de876f8d82a1727ebc21 (diff)
Fixed icons hover background color
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/partials/share.html3
-rw-r--r--layouts/partials/social.html5
3 files changed, 4 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d192a74..5bf7364 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
<div
style="display: flex; flex-direction: column; margin-bottom: 0.5em;"
>
- <h1 style="margin: 0 0 0.25em 0; text-decoration: underline; font-size: 2.5em;">
+ <h1 style="margin: 0 0 0.25em 0; text-decoration: underline; font-size: 2em;">
{{- .Title -}}
</h1>
<div class="sharing-icons">
diff --git a/layouts/partials/share.html b/layouts/partials/share.html
index b6bda5a..e0f3ef6 100644
--- a/layouts/partials/share.html
+++ b/layouts/partials/share.html
@@ -8,7 +8,6 @@
target="_blank"
rel="noopener"
aria-label="share on facebook"
- title="share on facebook"
>
<i>
{{ partial "icons/facebook.html" . }}
@@ -22,7 +21,6 @@
target="_blank"
rel="noopener"
aria-label="share on twitter"
- title="share on twitter"
>
<i>
{{ partial "icons/twitter.html" . }}
@@ -36,7 +34,6 @@
target="_self"
rel="noopener"
aria-label="share by email"
- title="share by email"
>
<i>
{{ partial "icons/email.html" . }}
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 717dead..72f2a6e 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,4 +1,5 @@
<div
+ class="social-icons"
style="
display: flex;
justify-content: center;
@@ -10,12 +11,12 @@
<a href="{{ $val }}">
<i
- class="social-icons"
+ class="social-icon"
style="
- margin: 0 5px;
display: inline-flex;
padding: 10px;
border-radius: 50%;
+ align-self: center;
"
>{{ partial (print "icons/" $key ".html") . }}</i
></a