slightly darker color for table-cell-contents

This commit is contained in:
Felix Hamann 2018-06-30 21:49:54 +02:00
parent 857ccad471
commit e9059a7f35

View File

@ -296,7 +296,7 @@ a.btn.btn-info:hover,
/* .table__td { */
td {
font-size: 16px;
color: #808080;
color: var(--color-font);
line-height: 1.4;
vertical-align: top;
}