Skip to content

Commit

Permalink
Lowercase etcd in the navbar (etcd-io#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored May 21, 2021
1 parent e05a19b commit 87adf08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,10 @@
.bg-gray-100 {
background-color: $gray-100;
}

// Fixes https://github.com/etcd-io/website/issues/266: the docsy partial
// shouldn't be hard coding styles by using classes like "text-uppercase". This
// overrides the docsy styling.
.navbar-brand > .text-uppercase {
text-transform: initial !important;
}

0 comments on commit 87adf08

Please sign in to comment.