Skip to content

Commit 0d33de8

Browse files
committed
Tweak module kit card
1 parent 21d1690 commit 0d33de8

File tree

3 files changed

+110
-108
lines changed

3 files changed

+110
-108
lines changed

lib/components/module_kit/_module-kit.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777

7878
.modulekitcard:hover {
79-
background-color: colors.$brand-primary-light;
79+
border: 3px solid colors.$brand-primary;
8080

8181
.pill__number--zero {
8282
background-color: colors.$brand-primary;

lib/components/pills/_pills.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
flex-wrap: nowrap;
2525
gap: spacers.$spacer-3xs;
2626
align-items: center;
27+
28+
color: colors.$brand-text;
2729
}
2830

2931
.pill__number {

0 commit comments

Comments
 (0)