- Color changes to The Team list.

This commit is contained in:
Accensus 2017-06-21 01:52:36 +03:00
parent a522da3ab1
commit 2527a51f53
2 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ table.table1 tbody tr {
} }
table.table1 tbody tr:hover, table.table1 tbody tr.hover { table.table1 tbody tr:hover, table.table1 tbody tr.hover {
background-color: #1c1f26; background-color: #30353d;
color: #999a9a; color: #999a9a;
} }
@ -137,7 +137,7 @@ table.table1 td {
} }
table.table1 tbody td { table.table1 tbody td {
border-top-color: #090909; border-style: none;
} }
table.table1 tbody th { table.table1 tbody th {

View file

@ -355,7 +355,7 @@ table.table1 thead th {
font-weight: normal; font-weight: normal;
text-transform: uppercase; text-transform: uppercase;
color: #FFFFFF; color: #FFFFFF;
line-height: 1.3em; line-height: 1.8em;
font-size: 1em; font-size: 1em;
padding: 0 0 4px 3px; padding: 0 0 4px 3px;
} }