File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 }
2424
2525: root {
26- --md-primary-fg-color : # AD1457 ;
27- --md-primary-fg-color--light : # EC407A ;
28- --md-primary-fg-color--dark : # 880E4F ;
26+ --md-primary-fg-color : # 97124c ;
27+ --md-primary-fg-color--light : # c51e55 ;
28+ --md-primary-fg-color--dark : # 6e0b40 ;
2929}
3030
3131body {
Original file line number Diff line number Diff line change 3939 flex-wrap : wrap;
4040 }
4141
42- .tx-hero h2 {
42+ .tx-hero h1 {
4343 margin-top : 0 ;
4444 color : white;
4545 font-size : 1.5em ;
6464 }
6565
6666 .tx-hero__tagline {
67- margin : 0 ;
67+ margin-bottom : 10 px ;
6868 color : var (--md-footer-fg-color--lighter );
6969 font-weight : 700 ;
7070 }
108108 padding : 100px 18px 50px 50px ;
109109 }
110110
111- .tx-hero h2 {
111+ .tx-hero h1 {
112112 margin-bottom : 1em ;
113113 font-size : 2.5em ;
114114 }
146146 <!-- Hero content -->
147147 < div class ="tx-hero__content ">
148148 < p class ="tx-hero__tagline "> Free - Open Source - Cross Platform</ p >
149- < h2 > {{ config.site_description }}</ h2 >
149+ < h1 > {{ config.site_description }}</ h1 >
150150
151151 < a href ="{{ page.next_page.url | url }} " title ="{{ page.next_page.title | striptags }} "
152152 class ="md-button md-button--primary ">
You can’t perform that action at this time.
0 commit comments