-
Notifications
You must be signed in to change notification settings - Fork 2k
Accessibility tweaks #4206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility tweaks #4206
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| --accent: #cd2355; | ||
| --docsearch-primary-color: var(--accent); | ||
| --docsearch-logo-color: var(--red-tint); | ||
| --docsearch-muted-color: #333; | ||
| --copy-button-bg: #f6f6f6; | ||
| --copy-button-text: #444; | ||
| --textcolor: black; | ||
|
|
@@ -56,6 +57,7 @@ | |
| --accent: #d75a64; | ||
| --docsearch-primary-color: var(--accent); | ||
| --docsearch-logo-color: var(--red-tint); | ||
| --docsearch-muted-color: #333; | ||
| --copy-button-bg: #707070; | ||
| --copy-button-text: #CCC; | ||
| --textcolor: white; | ||
|
|
@@ -102,6 +104,10 @@ h1 { | |
| background: transparent; | ||
| } | ||
|
|
||
| h2 { | ||
|
||
| font-size: initial; | ||
| } | ||
|
|
||
| body, article, div, nav, h1, h2, h3, h4, p { | ||
| display: block; | ||
| font-family: 'Roboto', sans-serif; | ||
|
|
@@ -754,7 +760,7 @@ h6 .anchor::before { | |
|
|
||
| #content p { | ||
| font-size: 0.95em; | ||
| font-weight: 300; | ||
| font-weight: 400; | ||
mudge marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| line-height: 1.5em; | ||
| margin-bottom: 15px; | ||
| } | ||
|
|
@@ -926,7 +932,7 @@ span.mlabel { | |
| } | ||
|
|
||
| #content td.content { | ||
| font-weight: 300; | ||
| font-weight: 400; | ||
| } | ||
|
|
||
| #content p > code, | ||
|
|
@@ -954,7 +960,7 @@ td div.listingblock div.content code { | |
| div.imageblock div.title { | ||
| color: var(--subtle-text); | ||
| font-style: italic; | ||
| font-weight: 300; | ||
| font-weight: 400; | ||
| font-size: 0.8em; | ||
| margin-top: -15px; | ||
| margin-bottom: 30px; | ||
|
|
@@ -1212,7 +1218,7 @@ div.memitem { | |
|
|
||
| table.params, | ||
| p.returns { | ||
| font-weight: 300; | ||
| font-weight: 400; | ||
| } | ||
|
|
||
| table.params td { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.