Skip to content

Commit 37396e8

Browse files
committed
Commit1
1 parent 4ae5f51 commit 37396e8

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

src/pages/showcase/_components/ShowcaseCard/styles.module.css

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,26 @@
1010
height: 150px;
1111
border-bottom: 2px solid var(--ifm-color-emphasis-200);
1212
}
13-
13+
.showcaseCardImage:hover{
14+
transform: scale(0.9);
15+
}
1416
.showcaseCardHeader {
1517
display: flex;
1618
align-items: center;
1719
margin-bottom: 12px;
1820
}
19-
21+
.showcaseCardHeader :hover {
22+
color:red;
23+
text-shadow:0 0 10px var(--ifm-color-primary);
24+
}
2025
.showcaseCardTitle {
2126
margin-bottom: 0;
2227
flex: 1 1 auto;
2328
}
29+
.showcaseCardTitle :hover {
30+
color:var(--ifm-color-primary);
31+
text-shadow:0 0 10px whitesmoke;
32+
}
2433

2534
.showcaseCardTitle a {
2635
text-decoration: none;
@@ -42,16 +51,17 @@
4251
}
4352

4453
.showcaseCardHeader .svgIconFavorite {
45-
color: var(--site-color-svg-icon-favorite);
54+
color:white;
55+
}
56+
[data-theme='dark'] .showcaseCardHeader {
57+
color:white;
4658
}
47-
4859
.showcaseCardSrcBtn {
4960
margin-left: 6px;
5061
padding-left: 12px;
5162
padding-right: 12px;
5263
border: none;
5364
}
54-
5565
.showcaseCardSrcBtn:focus-visible {
5666
background-color: var(--ifm-color-secondary-dark);
5767
}
@@ -68,8 +78,8 @@
6878
.showcaseCardBody {
6979
font-size: smaller;
7080
line-height: 1.66;
81+
text-shadow:0 0 15px var(--ifm-color-primary);
7182
}
72-
7383
.cardFooter {
7484
display: flex;
7585
flex-wrap: wrap;
@@ -96,4 +106,7 @@
96106
border-radius: 50%;
97107
margin-left: 6px;
98108
margin-right: 6px;
109+
}
110+
.tag :hover{
111+
text-shadow:0 0 10px var(--ifm-color-secondary-dark);
99112
}

0 commit comments

Comments
 (0)