-
Notifications
You must be signed in to change notification settings - Fork 25
Homepage fixes after Sebastians feedback #278
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
Changes from 5 commits
0ce4a2c
fa5274f
3c1eccb
71ec077
378b2ae
73c0a3f
5a431f9
f390dfd
2bf2b0d
3bddd24
22aa906
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 |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ body { | |
| font-weight: var(--heading-font-weight); | ||
| hyphens: none; | ||
| line-height: calc((var(--doc-line-height) + 1) / 2); | ||
| margin: 2rem 0 1rem; | ||
| margin: 17px 0 8px; | ||
| } | ||
|
|
||
| .doc h1 { | ||
|
|
@@ -191,7 +191,7 @@ body { | |
| } | ||
|
|
||
| .doc a:visited { | ||
| color: var(--link_visited-font-color); | ||
| color: var(--link-font-color); | ||
| } | ||
|
|
||
| .doc code a { | ||
|
|
@@ -640,7 +640,7 @@ body { | |
|
|
||
| .doc .olist li, | ||
| .doc .ulist li { | ||
| margin-bottom: 0.5rem; | ||
| margin-bottom: 0; | ||
|
||
| } | ||
|
|
||
| .doc .olist li > div:first-of-type, | ||
|
|
@@ -1261,14 +1261,12 @@ body { | |
| margin: 0 0.2rem; | ||
| content: "→"; | ||
| color: var(--link-font-color); | ||
| transform: rotate(-45deg); | ||
| transition: all 0.2s linear; | ||
| top: 0; | ||
| } | ||
|
|
||
| .doc a.external:hover::after { | ||
| top: -12px; | ||
| opacity: 0; | ||
| text-decoration: underline; | ||
|
||
| } | ||
|
|
||
| .doc .no-arrows a::after { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.