diff --git a/assets/less/mio/classes/profile.less b/assets/less/mio/classes/profile.less index a582e11e..c8a8ea8d 100644 --- a/assets/less/mio/classes/profile.less +++ b/assets/less/mio/classes/profile.less @@ -87,6 +87,15 @@ &__row { display: flex; + + &--link { + text-decoration: none; + color: inherit; + + &:hover { + text-decoration: underline; + } + } } &__column { diff --git a/views/mio/user/view.twig b/views/mio/user/view.twig index eedbe724..45ad5465 100644 --- a/views/mio/user/view.twig +++ b/views/mio/user/view.twig @@ -135,14 +135,14 @@ {% if profile.changelog_count > 0 %}
-
+
Changes
{{ profile.changelog_count|number_format }}
-
+
{% endif %}