Fix a couple things that are broken in Chrome

This commit is contained in:
Eryn Wells 2022-10-09 13:46:08 -07:00
parent dca0f2e7e5
commit 8be36386a9
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@
--background-color: rgb(var(--white));
--foreground-body-color: rgba(var(--black), 0.8);
--foreground-header-color: rgb(var(--black));
--site-nav-link-color: rgb(var(--lt-blue));
--site-nav-link-color: rgb(var(--mid-blue));
--separator-color: rgb(var(--lt-gray));
--header-border-color: var(--separator-color);
@ -234,6 +234,7 @@ h1.site {
}
h1.site * { color: inherit; }
h1.site a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
font-weight: 600;