summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 16:01:28 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 16:01:28 +0200
commit3de2a5872fd0481568e918a1ea798b3f75ace610 (patch)
tree91d2e08c3f07bc0f866cfb22deecbc07afc78057 /views
parent8fe5a1cf652fd4bd0b737bd18605a8d4c4028407 (diff)
update keyword hover colors
Diffstat (limited to 'views')
-rw-r--r--views/partials/hootstream.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs
index dfc1ee6..c96291e 100644
--- a/views/partials/hootstream.ejs
+++ b/views/partials/hootstream.ejs
@@ -31,8 +31,8 @@
</a>
<div class="text" style="opacity: {{age_opacity}}">{{hoot}}</div>
<div class="keyword">{{keyword_link}}</div>
- <div class="commentCount date" style="opacity: {{comment_opacity}}">{{comment_count}}</div>
- <div class="fileCount date" style="opacity: {{file_opacity}}">{{file_count}}</div>
+ <div class="commentCount" style="opacity: {{comment_opacity}}">{{comment_count}}</div>
+ <div class="fileCount" style="opacity: {{file_opacity}}">{{file_count}}</div>
<div class="age date" style="opacity: {{age_opacity}}">{{age}}</div>
</div>
</script>