diff --git a/public/css/main.css b/public/css/main.css index 37fbe49..2cbade8 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -41,7 +41,7 @@ hr.textonly { .row { padding: 10px 15px; - border: outset 1px #666; + border: outset 1px #555; background: #444; } @@ -67,13 +67,15 @@ hr.textonly { .row.breadcrumb { padding: 5px 15px; - background: #545454; + background: #3e3e3e; + border-color: #4e4e4e; } .row.stats { padding: 5px 0; min-height: 20px; - background: #545454; + background: #3e3e3e; + border-color: #4e4e4e; } .row.stats span { diff --git a/public/css/page/index.css b/public/css/page/index.css index 6bfa6a9..8b00314 100644 --- a/public/css/page/index.css +++ b/public/css/page/index.css @@ -49,5 +49,6 @@ .row.lastThread { background: #3a3a3a; + border-color: #4a4a4a; margin-bottom: 10px; }