Fix a couple things that are broken in Chrome
This commit is contained in:
parent
dca0f2e7e5
commit
8be36386a9
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue