Skip to content

Commit cfcd4d2

Browse files
committed
Updates
1 parent ac15bf0 commit cfcd4d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Catalogue/Catalogue.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

src/pages/research/catalogues/bottlenose-dolphin/[slug].module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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%;

0 commit comments

Comments
 (0)