Line 162: | Line 162: | ||
/*Change the styling of tables */ | /*Change the styling of tables */ | ||
#contentContainer table { | #contentContainer table { | ||
− | border: 1px solid # | + | border: 1px solid #000000; |
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 130%; | font-size: 130%; | ||
Line 170: | Line 170: | ||
/*Change the styling of table cells*/ | /*Change the styling of table cells*/ | ||
#contentContainer td { | #contentContainer td { | ||
− | border: 1px solid # | + | border: 1px solid #000000; |
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: #c8ff9e; | background-color: #c8ff9e; | ||
Line 180: | Line 180: | ||
/*Change the styling of table headers */ | /*Change the styling of table headers */ | ||
#contentContainer th { | #contentContainer th { | ||
− | background-color:# | + | background-color:#7ed7db; |
− | border: 1px solid # | + | border: 1px solid #000000; |
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 100%; | font-size: 100%; |
Revision as of 16:21, 3 August 2018