Skip to content

Commit

Permalink
Fix colors for the dark mode, add Blog to the landing
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Aug 20, 2024
1 parent aa5b671 commit 4512e05
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@

.mdx-hero__buttons {
margin-bottom: 20px;

}

.md-button {
margin-left: 5px;
margin-right: 5px;
}

.mdx-container {
Expand All @@ -69,6 +75,12 @@
text-align:center;
}
}

[data-md-color-scheme="slate"] {
.md-button {
color: #f8f8f8;
}
}
</style>

<section class="mdx-container">
Expand All @@ -85,6 +97,9 @@ <h1>GradleUp</h1>
<a href="{{ 'projects/' | url }}" title="Our Projects" class="md-button md-button--primary">
Our Projects
</a>
<a href="https://blog.gradleup.com/" target="_blank" title="Blog" class="md-button">
Blog
</a>
<a href="{{ 'docs/community/participate/' | url }}" title="Participate" class="md-button">
Contributing
</a>
Expand Down

0 comments on commit 4512e05

Please sign in to comment.