Skip to content

Commit

Permalink
Apply the header color to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshekey authored and russorat committed Oct 16, 2023
1 parent f2eb1e1 commit b45e9e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,13 @@ span.breadcrumbs__link:focus {

h1,
h2,
h3 {
h3,
h4,
h5,
h6 {
font-family: "EuclidSquare";
font-weight: 500;
color: var(--ifm-h1-primary-header);
}

h1 {
Expand Down

1 comment on commit b45e9e2

@vercel
Copy link

@vercel vercel bot commented on b45e9e2 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs-git-main-ngrok-dev.vercel.app
ngrok-docs.vercel.app
ngrok-docs-ngrok-dev.vercel.app

Please sign in to comment.