pronouns: new colors
This commit is contained in:
parent
473cacc482
commit
543b20a0f2
1 changed files with 16 additions and 12 deletions
|
@ -9,13 +9,14 @@
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
font-family: "Atkinson Hyperlegible", sans-serif;
|
font-family: "Atkinson Hyperlegible", sans-serif;
|
||||||
--l0: #1b1f21;
|
--l0: #040504;
|
||||||
--l1: #441452;
|
--l1: #0c100f;
|
||||||
--l2: #752565;
|
--l2: #182421;
|
||||||
--l3: #ce2a66;
|
--l3: #d9073b;
|
||||||
--l4: #ce9bb7;
|
--l4: rgba(101, 142, 133, 0.5);
|
||||||
--l5: #fdf4f4;
|
--l5: #80aca2;
|
||||||
--gr: #25dcc5;
|
--gr: #40b39a;
|
||||||
|
--gd: #b89524;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -31,11 +32,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.one {
|
.one {
|
||||||
color: var(--l4);
|
color: var(--gd);
|
||||||
}
|
}
|
||||||
|
|
||||||
._3pp {
|
._3pp {
|
||||||
color: var(--gr);
|
color: #db43b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -59,13 +60,13 @@
|
||||||
main {
|
main {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
border: 1px solid #988;
|
border: 1px solid var(--l4);
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-color: #555;
|
border-color: var(--l4);
|
||||||
margin: 2em 40%;
|
margin: 2em 40%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -104,11 +105,14 @@
|
||||||
With love, of course!~ The following sections "expand" into examples of use.
|
With love, of course!~ The following sections "expand" into examples of use.
|
||||||
These examples assume the reader uses first person pronouns to self-refer.
|
These examples assume the reader uses first person pronouns to self-refer.
|
||||||
</p>
|
</p>
|
||||||
|
<p>tl;dr: avoid using "you"</p>
|
||||||
<p>Please use:</p>
|
<p>Please use:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<details>
|
<details>
|
||||||
<summary><span class="_3pp">it/its</span></summary>
|
<summary>
|
||||||
|
<span class="_3pp">it/its</span>
|
||||||
|
</summary>
|
||||||
<p class="head">
|
<p class="head">
|
||||||
Imagine that noe is a helpful robot. It just helped a creature do
|
Imagine that noe is a helpful robot. It just helped a creature do
|
||||||
something. It was very useful!
|
something. It was very useful!
|
||||||
|
|
Loading…
Add table
Reference in a new issue