diff --git a/templates/forums.html b/templates/forums.html
index 108e4d55..edeac433 100644
--- a/templates/forums.html
+++ b/templates/forums.html
@@ -16,7 +16,7 @@
{{end}}
- {{if .LastReplyer.MicroAvatar}}{{end}}
+ {{if .LastReplyer.MicroAvatar}}{{end}}
{{if .LastTopic.Title}}{{.LastTopic.Title}}{{else}}{{lang "forums_none"}}{{end}}
{{if .LastTopicTime}}
{{.LastTopicTime}}{{end}}
diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css
index d51a6112..96935ffe 100644
--- a/themes/nox/public/main.css
+++ b/themes/nox/public/main.css
@@ -166,6 +166,9 @@ li a {
padding-bottom: 10px;
border: 1px solid #444444;
}
+a img:hover {
+ filter: brightness(92%);
+}
.user_box img {
display: block;
width: 36px;
@@ -291,6 +294,9 @@ h1, h2, h3, h4, h5 {
.filter_selected {
background-color: #555555 !important;
}
+.filter_selected a {
+ color: #CCCCCC;
+}
/* new end */
@keyframes fadein {
@@ -571,6 +577,9 @@ h2 {
width: 38px;
margin-right: 10px;
}
+.topic_left img:hover, .topic_right img:hover {
+ filter: brightness(95%);
+}
.topic_inner_left {
display: flex;
flex-direction: column;
@@ -757,6 +766,9 @@ button, .formbutton, .panel_right_button:not(.has_inner_button) {
height: 36px;
width: 36px;
}
+.extra_little_row_avatar:hover {
+ filter: brightness(92%);
+}
.colstack, .topic_item {
display: flex;