From b93fa124948d59cf93f21fa34ce2c614190b95b4 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 23 Oct 2016 11:11:04 +0300 Subject: [PATCH] Match window title border line to text color --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 761b6f57..260e84ab 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -645,7 +645,7 @@ button { } #windows .window h2 { - border-bottom: 1px solid #eee; + border-bottom: 1px solid #7f8c8d; color: #7f8c8d; font-size: 22px; margin: 30px 0 10px;