diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css
index 3fea60cb..345e5adc 100644
--- a/stylesheets/yotsuba.css
+++ b/stylesheets/yotsuba.css
@@ -67,6 +67,9 @@ table.modlog tr th {
background-color: #F0E0D6;
}
+.desktop-style div.boardlist:not(.bottom) {
+ background-color: #F0E0D6;
+}
.box {
diff --git a/templates/mod/log.html b/templates/mod/log.html
index 0ec81afd..ea2eab74 100644
--- a/templates/mod/log.html
+++ b/templates/mod/log.html
@@ -14,7 +14,7 @@
hidden
{% else %}
{% if not mod|hasPermission(config.mod.modlog) %}
- {{ log.username|e }}
+ {{ log.username|e }}
{% else %}
{{ log.username|e }}
{% endif %}