nodebb-theme-persona 13.3.26 → 13.3.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/login.tpl +1 -5
- package/templates/register.tpl +1 -5
package/package.json
CHANGED
package/templates/login.tpl
CHANGED
|
@@ -79,11 +79,7 @@
|
|
|
79
79
|
{{{each authentication}}}
|
|
80
80
|
<li class="{authentication.name}">
|
|
81
81
|
<a rel="nofollow noopener noreferrer" target="_top" href="{config.relative_path}{authentication.url}">
|
|
82
|
-
|
|
83
|
-
{./icons.svg}
|
|
84
|
-
{{{ else }}}
|
|
85
|
-
<i class="fa {./icons.normal} fa-3x"></i>
|
|
86
|
-
{{{ end }}}
|
|
82
|
+
<i class="fa {./icons.normal} fa-3x" style="color:{./color};"></i>
|
|
87
83
|
</a>
|
|
88
84
|
</li>
|
|
89
85
|
{{{end}}}
|
package/templates/register.tpl
CHANGED
|
@@ -67,11 +67,7 @@
|
|
|
67
67
|
{{{each authentication}}}
|
|
68
68
|
<li class="{authentication.name}">
|
|
69
69
|
<a rel="nofollow noopener noreferrer" target="_top" href="{config.relative_path}{authentication.url}">
|
|
70
|
-
|
|
71
|
-
{./icons.svg}
|
|
72
|
-
{{{ else }}}
|
|
73
|
-
<i class="fa {./icons.normal} fa-3x"></i>
|
|
74
|
-
{{{ end }}}
|
|
70
|
+
<i class="fa {./icons.normal} fa-3x" style="color:{./color};"></i>
|
|
75
71
|
</a>
|
|
76
72
|
</li>
|
|
77
73
|
{{{end}}}
|