Skip to content

Commit d016f8f

Browse files
author
Style Sync
committed
Sync CSS from website
1 parent fad6996 commit d016f8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/css/custom.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@
7575
}
7676

7777
.hero--primary a {
78-
background-color: #1c1e21;
79-
padding: 3px;
78+
background-color: var(--ifm-hero-text-color);
79+
padding: 2px;
80+
border-radius: 8px;
81+
border: 2px solid var(--ifm-hero-text-color);
8082
}
8183

8284
.hero__subtitle {
@@ -89,7 +91,7 @@
8991

9092
.hero--video video {
9193
border-radius: 30px;
92-
border: 6px solid #1c1e21;
94+
border: 6px solid var(--ifm-hero-text-color);
9395
}
9496

9597
.footer--dark {

0 commit comments

Comments
 (0)