File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 32
32
.hextra-nav-container a [title = "Support us" ]: hover {
33
33
transform : scale (1.3 , 1.3 );
34
34
}
35
+
36
+ .hextra-footer .social-media {
37
+ transition : ease-in-out 0.2s ;
38
+ }
39
+
40
+ .hextra-footer .social-media : hover {
41
+ transform : translateY (-2px );
42
+ }
Original file line number Diff line number Diff line change 35
35
36
36
{{- range .Site.Params.footer.links -}}
37
37
{{- $external := strings.HasPrefix .url "http" -}}
38
- < a title ="{{ .title }} " href ="{{ .url }} " {{ if $external }}target ="_blank "{{ end }} class ="hx:text-sm hx:contrast-more:text-gray-700 hx:contrast-more:dark:text-gray-100 hx:relative -hx:ml-2 hx:whitespace-nowrap hx:p-1 hx:md:inline-block hx:text-gray-600 hx:hover:text-gray-800 hx:dark:text-gray-400 hx:dark:hover:text-gray-200 ">
38
+ < a title ="{{ .title }} " href ="{{ .url }} " {{ if $external }}target ="_blank "{{ end }} class ="social-media hx:text-sm hx:contrast-more:text-gray-700 hx:contrast-more:dark:text-gray-100 hx:relative -hx:ml-2 hx:whitespace-nowrap hx:p-1 hx:md:inline-block hx:text-gray-600 hx:hover:text-gray-800 hx:dark:text-gray-400 hx:dark:hover:text-gray-200 ">
39
39
< span class ="hx:text-center ">
40
40
{{- partial "utils/icon.html" (dict "name" .icon "attributes" "height=20") -}}
41
41
</ span >
You can’t perform that action at this time.
0 commit comments