@@ -107,13 +107,13 @@ <h3 class="text-primary">Please Wait</h3>
107
107
</ li >
108
108
</ ul >
109
109
< form class ="form-inline my-2 my-lg-0 ">
110
- < button type ="button " class ="btn btn-outline-secondary mx-2 my-2 my-sm-0 " onClick ="window.open('https://github.com/gitbrent/PptxGenJS/releases') ">
110
+ < button type ="button " class ="btn btn-outline-primary mx-2 my-2 my-sm-0 " onClick ="window.open('https://github.com/gitbrent/PptxGenJS/releases') ">
111
111
Download
112
112
</ button >
113
- < button type ="button " class ="btn btn-outline-secondary mx-2 my-2 my-sm-0 " onClick ="window.open('https://github.com/gitbrent/PptxGenJS') ">
113
+ < button type ="button " class ="btn btn-outline-primary mx-2 my-2 my-sm-0 " onClick ="window.open('https://github.com/gitbrent/PptxGenJS') ">
114
114
GitHub Project
115
115
</ button >
116
- < button type ="button " class ="btn btn-outline-secondary mx-2 my-2 my-sm-0 " onClick ="window.open('https://gitbrent.github.io/PptxGenJS/docs/installation.html') ">
116
+ < button type ="button " class ="btn btn-outline-primary mx-2 my-2 my-sm-0 " onClick ="window.open('https://gitbrent.github.io/PptxGenJS/docs/installation.html') ">
117
117
API Documentation
118
118
</ button >
119
119
</ form >
@@ -360,7 +360,7 @@ <h6 class="card-header">Plain/Unstyled Table</h6>
360
360
< h6 class ="card-header "> CSS via < code > <style></ code > </ h6 >
361
361
< div class ="card-body ">
362
362
< table id ="tabInheritStyle " class ="tabHtmlToPpt w-100 ">
363
- < thead >
363
+ < thead class =" table-light " >
364
364
< tr >
365
365
< th > Company</ th >
366
366
< th > Contact</ th >
@@ -402,7 +402,7 @@ <h5 class="mt-4 text-primary bde-arrow-cont" onclick="$(this).next('div').toggle
402
402
< h6 class ="card-header "> Colspan</ h6 >
403
403
< div class ="card-body ">
404
404
< table id ="tabColspan " class ="tabHtmlToPpt w-100 ">
405
- < thead >
405
+ < thead class =" table-light " >
406
406
< tr >
407
407
< th class ="tg-header "> First Name</ th >
408
408
< th class ="tg-header "> Last Name</ th >
@@ -439,7 +439,7 @@ <h6 class="card-header">Colspan</h6>
439
439
< h6 class ="card-header "> Rowspan</ h6 >
440
440
< div class ="card-body ">
441
441
< table id ="tabRowspan " class ="tabHtmlToPpt w-100 ">
442
- < thead >
442
+ < thead class =" table-light " >
443
443
< tr >
444
444
< th class ="tg-header "> Last Name</ th >
445
445
< th class ="tg-header "> First Name</ th >
@@ -471,7 +471,7 @@ <h6 class="card-header">Rowspan</h6>
471
471
< h6 class ="card-header "> Rowspan and Colspan</ h6 >
472
472
< div class ="card-body ">
473
473
< table id ="tabRowColspan " class ="tabHtmlToPpt w-100 ">
474
- < thead >
474
+ < thead class =" table-light " >
475
475
< tr >
476
476
< th class ="tg-header " colspan ="2 "> Name</ th >
477
477
< th class ="tg-header " rowspan ="2 "> Count</ th >
@@ -510,7 +510,7 @@ <h5 class="mt-4 text-primary bde-arrow-cont" onclick="$(this).next('div').toggle
510
510
< h6 class ="card-header "> Example: Lots of Single-Line Rows</ h6 >
511
511
< div class ="card-body ">
512
512
< table id ="tabLotsOfLines " class ="tabHtmlToPpt w-100 ">
513
- < thead >
513
+ < thead class =" table-light " >
514
514
< tr >
515
515
< th class ="tg-header "> A</ th >
516
516
< th class ="tg-header "> B</ th >
@@ -529,7 +529,7 @@ <h6 class="card-header">Example: Lots of Single-Line Rows</h6>
529
529
< h6 class ="card-header "> Example: Paging needed due to cell with large amount of text</ h6 >
530
530
< div class ="card-body ">
531
531
< table id ="tabLargeCellText " class ="tabHtmlToPpt ">
532
- < thead >
532
+ < thead class =" table-light " >
533
533
< tr >
534
534
< th class ="tg-header "> Executive Status</ th >
535
535
</ tr >
0 commit comments