diff --git a/themes/tinyweb-site.html b/themes/tinyweb-site.html
index a2961cf..8f8db57 100644
--- a/themes/tinyweb-site.html
+++ b/themes/tinyweb-site.html
@@ -213,6 +213,14 @@
}
label { color: #666; }
input[type="checkbox"] { accent-color: #444; }
+ .forum-form input, .forum-form button, .forum-toolbar input { border-radius: 0; }
+ .forum-actions a, a.forum-action, a.forum-action-inline {
+ border: 1px solid #ccc; padding: 6px 14px; text-transform: uppercase; font-size: 13px;
+ }
+ .forum-actions a:hover, a.forum-action:hover, a.forum-action-inline:hover {
+ background: #f5f5f5;
+ }
+ a.forum-action-inline { text-transform: none; font-size: 13px; padding: 2px 6px; border: none; }
hr { border: none; border-top: 1px solid #eee; margin: 16px 0; }
small {