Skip to content

Commit ddd7a69

Browse files
committed
Fix version z-index and button color
1 parent 044c074 commit ddd7a69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
z-index: 10;
1515
}
1616

17+
.md-version {
18+
z-index: 10;
19+
}
20+
1721
/* Splash container and background */
1822
.splash-container {
1923
position: relative;
@@ -99,6 +103,7 @@
99103
}
100104

101105
.mdx-hero .md-button {
106+
background-color: #ffffff;
102107
margin: 0.5rem;
103108
font-size: 1rem;
104109
padding: 0.625em 2em;

0 commit comments

Comments
 (0)