black visited links on list projects page

This commit is contained in:
Barry Gitarts 2019-08-26 19:34:40 -04:00 committed by Barry G
parent bbca4ac9a9
commit b642dfe5a4
1 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,8 @@ const styles = theme => ({
justifyContent: 'center',
fontSize: '1rem',
flexFlow: 'column',
padding: '1rem 1rem 1rem 0'
padding: '1rem 1rem 1rem 0',
color: '#000000'
},
centerText: {
textAlign: 'center'
@ -66,7 +67,8 @@ const styles = theme => ({
alignItems: 'center',
textDecoration: 'none',
marginTop: '2rem',
gridColumn: '3 / 18'
gridColumn: '3 / 18',
color: '#000000'
},
tableTitle: {
color: '#939BA1',