Skip to content

Commit

Permalink
Merge pull request #415 from elfosardo/black-title
Browse files Browse the repository at this point in the history
Change title color to improve readability
  • Loading branch information
metal3-io-bot authored Apr 24, 2024
2 parents 9e3e432 + 65d8e72 commit e3bb6fb
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 e3bb6fb

Please sign in to comment.