Changes text color

master
svk28 2017-08-25 16:55:14 +03:00
parent 8a94e17c4b
commit 9dbbc80009
2 changed files with 5 additions and 4 deletions

View File

@ -84,9 +84,10 @@ header .stuts span {
background: #212121;
}
.table_dark td {
color: #CAD4D6;
border-bottom: 1px solid #CAD4D6;
border-right:1px solid #CAD4D6;
color: #838383;
/*color: #CAD4D6;*/
border-bottom: 1px solid #696969;
border-right:1px solid #696969;
padding: 7px 17px;
}
.table_dark tr:last-child td {

View File

@ -45,7 +45,7 @@ float: left;
position: relative;
}
#nav li a {
color: #FFFFFF;
color: #838383;;
display: block;
float: left;
font-weight: normal;