Skip to content

Commit 4512e05

Browse files
committed
Fix colors for the dark mode, add Blog to the landing
1 parent aa5b671 commit 4512e05

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

overrides/home.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555

5656
.mdx-hero__buttons {
5757
margin-bottom: 20px;
58+
59+
}
60+
61+
.md-button {
62+
margin-left: 5px;
63+
margin-right: 5px;
5864
}
5965

6066
.mdx-container {
@@ -69,6 +75,12 @@
6975
text-align:center;
7076
}
7177
}
78+
79+
[data-md-color-scheme="slate"] {
80+
.md-button {
81+
color: #f8f8f8;
82+
}
83+
}
7284
</style>
7385

7486
<section class="mdx-container">
@@ -85,6 +97,9 @@ <h1>GradleUp</h1>
8597
<a href="{{ 'projects/' | url }}" title="Our Projects" class="md-button md-button--primary">
8698
Our Projects
8799
</a>
100+
<a href="https://blog.gradleup.com/" target="_blank" title="Blog" class="md-button">
101+
Blog
102+
</a>
88103
<a href="{{ 'docs/community/participate/' | url }}" title="Participate" class="md-button">
89104
Contributing
90105
</a>

0 commit comments

Comments
 (0)