Skip to content

Commit

Permalink
fix table header color (#839)
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Crim <[email protected]>
  • Loading branch information
austincrim and austincrim-pfg authored Jul 23, 2021
1 parent ef9fb1d commit 96f70c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ tr:nth-of-type(odd) {
}
th {
background: var(--color-black);
color: white;
color: var(--theme-color);
font-weight: bold;
}
td,
Expand Down

2 comments on commit 96f70c3

@vercel
Copy link

@vercel vercel bot commented on 96f70c3 Jul 23, 2021

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:

astro-docs – ./docs

docs.astro.build
astro-docs.vercel.app
astro-docs-git-main-pikapkg.vercel.app
astro-docs-pikapkg.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 96f70c3 Jul 23, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.