mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 06:20:26 +00:00
Merge pull request #716 from thelounge/xpaw/match-h2-color
Match window title border line to text color
This commit is contained in:
commit
c85e4070b1
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
#windows .window h2 {
|
#windows .window h2 {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #7f8c8d;
|
||||||
color: #7f8c8d;
|
color: #7f8c8d;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin: 30px 0 10px;
|
margin: 30px 0 10px;
|
||||||
|
|
Loading…
Reference in a new issue