Merge pull request #716 from thelounge/xpaw/match-h2-color

Match window title border line to text color
This commit is contained in:
Jérémie Astori 2016-10-23 09:55:02 -04:00 committed by GitHub
commit c85e4070b1
1 changed files with 1 additions and 1 deletions

View File

@ -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;