Skip to content

Commit 179d710

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 6 additions & 1 deletion
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;
@@ -83,7 +87,7 @@
8387
font-weight: 700;
8488
margin-bottom: 1rem;
8589
line-height: 1.15;
86-
color: #ffffff;
90+
color: #ffffff88;
8791
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
8892
}
8993

@@ -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)