Changes text color
This commit is contained in:
parent
8a94e17c4b
commit
9dbbc80009
|
@ -84,9 +84,10 @@ header .stuts span {
|
||||||
background: #212121;
|
background: #212121;
|
||||||
}
|
}
|
||||||
.table_dark td {
|
.table_dark td {
|
||||||
color: #CAD4D6;
|
color: #838383;
|
||||||
border-bottom: 1px solid #CAD4D6;
|
/*color: #CAD4D6;*/
|
||||||
border-right:1px solid #CAD4D6;
|
border-bottom: 1px solid #696969;
|
||||||
|
border-right:1px solid #696969;
|
||||||
padding: 7px 17px;
|
padding: 7px 17px;
|
||||||
}
|
}
|
||||||
.table_dark tr:last-child td {
|
.table_dark tr:last-child td {
|
||||||
|
|
|
@ -45,7 +45,7 @@ float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#nav li a {
|
#nav li a {
|
||||||
color: #FFFFFF;
|
color: #838383;;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user