Skip to content

Commit

Permalink
Change title color to improve readability
Browse files Browse the repository at this point in the history
Also fix a repetition in the sub title

Signed-off-by: Riccardo Pittau <[email protected]>
  • Loading branch information
elfosardo committed Apr 2, 2024
1 parent d59edb6 commit 65d8e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

&__title {
color: var(--mk--Color--300);
color: var(--mk--color-black--100);
font-weight: var(--mk--FontWeight--300);
font-size: var(--mk--FontSize--3xl);
sup {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---
<div class="mk-masthead__content">
<h1 class="mk-masthead__content__title">Metal<sup>3</sup></h1>
<h3 class="mk-masthead__content__sub-title">The Metal3 (pronounced “Metal-kube”) project is an open-source project that provides a set of tools for managing bare-metal infrastructure using Kubernetes.
<h3 class="mk-masthead__content__sub-title">Metal<sup>3</sup> (pronounced “Metal-kube”) is an open-source project that provides a set of tools for managing bare-metal infrastructure using Kubernetes.
</h3>
<a href="https://book.metal3.io/developer_environment/tryit" class="mk-button mk-button--primary">Get Started</a>
<a href="https://book.metal3.io/introduction.html" class="mk-button mk-button--primary">User Guide</a>
Expand Down

0 comments on commit 65d8e72

Please sign in to comment.