@@ -229,7 +229,7 @@ export default function BiorepoHomePageContent() {
229229 </ Typography >
230230 </ CardContent >
231231 < CardActions >
232- < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/aboutsamples.php" >
232+ < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/aboutsamples.php" style = { { color : '#0073CF' , borderColor : '#0073CF' } } >
233233 Learn About Samples
234234 </ Button >
235235 </ CardActions >
@@ -253,7 +253,7 @@ export default function BiorepoHomePageContent() {
253253 </ Typography >
254254 </ CardContent >
255255 < CardActions >
256- < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "neon/search/index.php" >
256+ < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "neon/search/index.php" style = { { color : '#0073CF' , borderColor : '#0073CF' } } >
257257 Search Samples
258258 </ Button >
259259 </ CardActions >
@@ -277,7 +277,7 @@ export default function BiorepoHomePageContent() {
277277 </ Typography >
278278 </ CardContent >
279279 < CardActions >
280- < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/sampleservices.php" >
280+ < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/sampleservices.php" style = { { color : '#0073CF' , borderColor : '#0073CF' } } >
281281 Request Services
282282 </ Button >
283283 </ CardActions >
@@ -301,7 +301,7 @@ export default function BiorepoHomePageContent() {
301301 </ Typography >
302302 </ CardContent >
303303 < CardActions >
304- < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/sampleguidelines.php" >
304+ < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/sampleguidelines.php" style = { { color : '#0073CF' , borderColor : '#0073CF' } } >
305305 Read Guidelines
306306 </ Button >
307307 </ CardActions >
@@ -325,7 +325,7 @@ export default function BiorepoHomePageContent() {
325325 </ Typography >
326326 </ CardContent >
327327 < CardActions >
328- < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "projects/browsechecklists.php" >
328+ < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "projects/browsechecklists.php" style = { { color : '#0073CF' , borderColor : '#0073CF' } } >
329329 Browse Checklists
330330 </ Button >
331331 </ CardActions >
@@ -349,7 +349,7 @@ export default function BiorepoHomePageContent() {
349349 </ Typography >
350350 </ CardContent >
351351 < CardActions >
352- < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/sampleanalysis.php" >
352+ < Button variant = "outlined" size = "large" endIcon = { < RightIcon /> } href = "misc/sampleanalysis.php" style = { { color : '#0073CF' , borderColor : '#0073CF' } } >
353353 Work with Samples
354354 </ Button >
355355 </ CardActions >
@@ -359,7 +359,7 @@ export default function BiorepoHomePageContent() {
359359 </ div >
360360 < div id = "blue-div" className = { classes . blueDiv } >
361361 < div id = "statistics-container" style = { { position : 'relative' , left : '74px' } } >
362- < Typography variant = "h3" color = "white" component = "h3" >
362+ < Typography variant = "h3" component = "h3" style = { { color : 'white' } } >
363363 Statistics
364364 </ Typography >
365365 < Grid id = "statistics" container spacing = { 0.5 } justifyContent = "center" className = { classes . statistics } >
0 commit comments