diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/hootstream.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs index 8cf8ea5..1c9f154 100644 --- a/views/partials/hootstream.ejs +++ b/views/partials/hootstream.ejs @@ -16,7 +16,7 @@ <a class="avatarLink" href="/profile/{{username}}" style="opacity: {{age_opacity}}"> <div class="avatar" title="{{username}}" style="background-image:url({{image}});opacity:{{showAvatar}};"></div> </a> - <div class="text">{{hoot}}</div> + <div class="text" style="opacity: {{age_opacity}}">{{hoot}}</div> <div class="age date" style="opacity: {{age_opacity}}">{{age}}</div> </div> </script> |
