diff --git a/stylesheets/futaba.css b/stylesheets/futaba.css index 3640afc2..8d24d693 100644 --- a/stylesheets/futaba.css +++ b/stylesheets/futaba.css @@ -72,3 +72,6 @@ div.boardlist a { unimportant, .unimportant * { font-size: 13px; } +table.modlog tr th { + background: #EA8; +} diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 8a150157..83718ef1 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -53,4 +53,7 @@ div.boardlist { } div.boardlist a { color: #800; -} \ No newline at end of file +} +table.modlog tr th { + background: #EA8; +}