File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pages/research/catalogues/bottlenose-dolphin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $border-radius: 10px;
2424 text-decoration : none ;
2525 border : 2px solid $global-color-catalogue ;
2626 box-shadow : 0 $bottom-border-size 0 color .adjust ($global-color-catalogue , $lightness : 5% );
27- background : #fff ;
27+ background : $global-color-background ;
2828
2929 @include breakpoint (' small' ) {
3030 padding : 6px 10px ;
@@ -67,7 +67,7 @@ $border-radius: 10px;
6767.disabled {
6868 pointer-events : none ;
6969 box-shadow : none ;
70- background : #f7f7f8 ;
70+ background : $global-color-background-dark ;
7171
7272 > .icon ,
7373 > .text {
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ $line-color: #9c9c9c;
604604 border-radius : 8px ;
605605 border : 2px dashed $global-color-catalogue ;
606606 color : rgba ($global-color-body-dark , 0.5 );
607- background : $global-color-catalogue-light ;
607+ background : $global-color-background-dark ;
608608
609609 @include breakpoint (' medium' ) {
610610 width : 100% ;
You can’t perform that action at this time.
0 commit comments