docs: Add copywriting and design tweaks (#17514)

Follow up to https://github.com/zed-industries/zed/pull/17505. This one
contains a bit more copywriting adjustments. Figured we were using the
"You can do x..." sentence shape quite frequently, so tried to kickstart
reducing that slightly. There are also more images not loading in
complement to the one I removed, but I'm not fully sure why that's the
case.

--- 

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-09-06 15:57:14 -03:00 committed by GitHub
parent 0b17c72f4e
commit 986e0113e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 28 deletions

View file

@ -235,7 +235,7 @@ blockquote {
margin: auto;
margin-top: 1rem;
padding: 1rem 1.25rem;
color: var(--fg);
color: #000;
background-color: var(--quote-bg);
border: 1px solid var(--quote-border);
}
@ -268,6 +268,7 @@ blockquote .warning:before {
.warning {
margin: auto;
padding: 1rem 1.25rem;
color: #000;
background-color: var(--warning-bg);
border: 1px solid var(--warning-border);
}
@ -311,8 +312,10 @@ kbd {
margin-block-start: 2em;
}
.footnote-definition {
font-size: 0.9em;
font-size: 1.4rem;
margin: 0.5em 0;
border-bottom: 1px solid;
border-color: var(--border-light);
}
.footnote-definition p {
display: inline;

View file

@ -14,11 +14,12 @@
--code-font-size: 0.875em
/* please adjust the ace font size accordingly in editor.js */;
--bg: hsl(48, 30%, 95%);
--bg: hsla(50, 25%, 96%);
--fg: hsl(220, 13%, 34%);
--title-color: hsl(220, 92%, 42%);
--border: hsl(220, 13%, 80%);
--border-light: hsl(220, 13%, 90%);
--border-hover: hsl(220, 13%, 70%);
--sidebar-fg: hsl(0, 0%, 0%);