File tree Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -1151,7 +1151,8 @@ svg.MarketingDivide {
11511151 align-content : flex-start ;
11521152 flex : 1 0 0 ;
11531153}
1154- .tier h3 , .tier .price-line {
1154+ .tier h3 ,
1155+ .tier .price-line {
11551156 text-align : center ;
11561157}
11571158.tier .tc .button--solid {
@@ -1166,28 +1167,38 @@ svg.MarketingDivide {
11661167 margin-bottom : 0 ;
11671168}
11681169.tier {
1170+ h3 {
1171+ color : rgb (31 , 76 , 119 );
1172+ }
1173+ .tc .button--solid {
1174+ background-color : rgb (31 , 76 , 119 );
1175+ border-color : rgb (31 , 76 , 119 );
1176+ color : white ;
1177+ }
11691178}
11701179
11711180.tier a {
1172- color : #4a68b4 ;
1181+ color : rgb ( 31 , 76 , 119 ) ;
11731182}
11741183
11751184.tier.highlight {
11761185 h3 {
1177- color : red ;
1186+ color : #4a68b4 ;
1187+ color : #2d80d3 ;
11781188 }
11791189 a {
1180- color : red ;
1190+ color : #4a68b4 ;
11811191 & :hover {
1182- color : red ;
1192+ color : #4a68b4 ;
11831193 }
11841194 & :visited {
1185- color : red ;
1195+ color : #4a68b4 ;
11861196 }
11871197 }
11881198 .tc .button--solid {
1189- background-color : red ;
1190- border-color : red ;
1199+ background-color : #2d80d3 ;
1200+ border-color : #2d80d3 ;
1201+ color : white ;
11911202 }
11921203}
11931204
@@ -1209,5 +1220,4 @@ svg.MarketingDivide {
12091220 color : #1b3955 ;
12101221 margin : 1rem 0 ;
12111222 }
1212-
12131223}
You can’t perform that action at this time.
0 commit comments