@@ -141,6 +141,10 @@ $bg-top-primary:#0555A4;
141141 background-color : #0555A4 ;
142142}
143143
144+ .bg-top-black {
145+ background-color : #3A2920 ;
146+ }
147+
144148$bg-top-green : #0b9d58 ;
145149.bg-top-green {
146150 background-color : #0b9d58 ;
@@ -1198,19 +1202,19 @@ main {
11981202.dch-radio {
11991203 background-color : initial !important ;
12001204 .dch-radio__label {
1201- @include u- border-color( ' white ' ) ;
1202- @include u-bg ( ' primary-dark ' ) ;
1203- @include u-color ( ' white ' ) ;
1205+ border-color : $text-top-black ;
1206+ background-color : $bg-top-white ;
1207+ color : $text-top-black ;
12041208 @include u-padding-left (2 );
12051209 text-indent : 0 ;
12061210 & ::before {
12071211 display : none ;
12081212 }
12091213 }
12101214 input :checked +[class $= __label ] {
1211- @include u-bg ( ' white ' ) ;
1212- @include u- text( ' ink ' ) ;
1213- @include u-border-color ( ' primary-darker ' );
1215+ background-color : $text-top-black ;
1216+ color : $ text-top-white ;
1217+ box-shadow : 0 px 4 px 4 px rgba ( 0 , 0 , 0 , .25 );
12141218 }
12151219}
12161220
@@ -1248,8 +1252,8 @@ main {
12481252.dch-card__tag {
12491253 background-color : transparent !important ;
12501254 border : 1px solid ;
1251- @include u- border-color( ' base-lightest ' ) ;
1252- @include u-color ( ' base-lightest ' , !important ) ;
1255+ border-color : $text-top-black ;
1256+ color : $text-top-black ;
12531257 margin-right : .1rem ;
12541258 & .usa-tag--new {
12551259 @include u-text (' bold' );
@@ -1464,8 +1468,8 @@ main {
14641468 .datasets__featured-banner {
14651469 border-radius : 10px 10px 0 0 ;
14661470 @include u-padding-x (3 );
1467- @include u-color ( ' accent-warm ' ) ;
1468- @include u-text ( ' italic ' ) ;
1471+ color : $bg-top-green ;
1472+ font-weight : 600 ;
14691473 @include u-margin-top (2 );
14701474 }
14711475
0 commit comments