diff --git a/css/base.css b/css/base.css index 5adf801d..c623f90c 100644 --- a/css/base.css +++ b/css/base.css @@ -3,7 +3,7 @@ body { font-family: Inconsolata, Helvetica, sans-serif; font-size: 20px; - padding: 4em; + padding: 3em; background: #e5ffe5; } h1 { @@ -11,7 +11,7 @@ h1 { font-weight: 200; border-bottom: 20px #ffffff solid; } -h2 { +h2, h3 { font-family: "Noto Serif KR", Georgia, serif; font-weight: 700; } diff --git a/index.html b/index.html index 9d0c8aa5..983cf94f 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,10 @@

Self-Defined

+

A list of words to know to better understand one another.

+

For now, this stands as a list only; definitions and resources will be the next phase of the project.

+

Submit a word/Volunteer to help

+

Send unlisted words to or volunteer your time by messaging @tatianatmac on Twitter.

A modern dictionary to reflect today's entire world

@@ -19,7 +23,7 @@
  • Ablelism
  • -
  • AIDS
  • +
  • Auto Immune Disorder (AIDS)
  • Ambulatory Wheelchair
  • Anxiety disorders
  • aromantic
  • @@ -27,14 +31,14 @@
  • assigned at birth
  • Autism
  • Bias
  • -
  • BIPOC
  • +
  • Black Indigenous People of Color (BIPOC)
  • Black men (BM)
  • Black women (BW)
  • Black people (BP)
  • bipolar
  • cisgender
  • colorism
  • -
  • Complex PTSD
  • +
  • Complex Post-Traumatic Stress Disorder (PTSD)
  • cultural appropriation
  • demiboy
  • demigirl
  • @@ -46,9 +50,10 @@
  • Discrimination
  • Dominant culture
  • Dominant culture habits
  • -
  • EDS
  • +
  • Ehlers-Danlos Syndromes (EDS)
  • Egalitarian
  • Empathy
  • +
  • enby
  • Entitlement
  • Equality
  • Equity
  • @@ -56,9 +61,10 @@
  • Gender
  • Gender confirmation surgery (GCS)
  • genderqueer
  • -
  • gray asexuality / gray ace
  • +
  • gray ace
  • +
  • Gray asexuality
  • hegemonic
  • -
  • HIV
  • +
  • Human Immunodeficiency Virus (HIV)
  • Homophobia
  • hormone Replacement therapy (HRT)
  • Implicit bias
  • @@ -79,16 +85,18 @@
  • Neurodivergent
  • Neurotypical
  • non binary
  • +
  • Other specified feeding or eating disorders (OSFED)
  • Panic attacks
  • -
  • Pansexual OSFED
  • +
  • Pansexual
  • passing
  • PEP
  • Performative allyship
  • -
  • POC
  • +
  • People of Color (PoC)
  • +
  • Post-Traumatic Stress Disorder
  • power
  • Poz
  • Prejudice
  • -
  • PrEP
  • +
  • Pre-exposure Prophylaxis (PrEP)
  • Privilege
  • Race
  • racial/gender equity
  • @@ -103,16 +111,16 @@
  • Spectrum
  • Systematic
  • Systemic
  • -
  • TERF
  • +
  • Trans Exclusionary Radical Feminist (TERF)
  • transgender
  • Transphobia
  • Triggers
  • Twospirited
  • -
  • U=U
  • +
  • Undetectable=Untransmittable (U=U)
  • Undetectable
  • Unqueer
  • Indigenous
  • -
  • VAWG
  • +
  • Violence against women and girls (VAWG)
  • Viral Load
  • White
  • white feminism
  • diff --git a/scss/base.scss b/scss/base.scss index c47a25c2..f39e63d9 100644 --- a/scss/base.scss +++ b/scss/base.scss @@ -29,7 +29,7 @@ body { font-family: $sans-serif; font-size: 20px; - padding: 4em; + padding: 3em; background: #e5ffe5; } @@ -39,7 +39,7 @@ h1 { border-bottom: 20px $white solid; } -h2 { +h2, h3 { font-family: $serif; font-weight: $bold; }