From 5a1f70fe894220cca95c8096774f0d6a205e1b3b Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 7 Feb 2025 14:57:52 -0600 Subject: [PATCH] Add color palette, fonts - Included new color variables for dice, boxes, headings, and stat blocks. - Updated fonts for headings, paragraphs, and statblock labels and values. --- src/styles/asc-ffg-starwars.css | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/src/styles/asc-ffg-starwars.css b/src/styles/asc-ffg-starwars.css index 6adce37..ad12429 100644 --- a/src/styles/asc-ffg-starwars.css +++ b/src/styles/asc-ffg-starwars.css @@ -5,8 +5,59 @@ --dice-color-boost: #A2D2E9; --dice-color-challenge: #D2263F; --dice-color-difficulty: #532D7F; + --dice-color-force: #FFFFFF; --dice-color-proficiency: #F9EA2F; --dice-color-setback: #0E0E0E; + + --color-box-eote: #455052; + --color-box-heading-eote: #B3A48D; + --color-bulletpoint-eote: #741213; + --color-heading-1-eote: #52644A; + --color-heading-2-eote: #741213; + --color-heading-3-eote: #886D26; + --color-heading-4-eote: #741213; + --color-statblock-background-eote: #AEA08A; + --color-statblock-ornate-eote: #3F6933; + --color-statblock-textbackground-eote: #63040A; + --color-statblock-thresholdbackground-eote: #001450; + --color-box-fad: #32362B; + --color-box-heading-fad: #BFD1C9; + --color-bulletpoint-fad: #4AD9FF; + --color-heading-1-fad: #62060D; + --color-heading-2-fad: #9F8E15; + --color-heading-3-fad: #259EAA; + --color-heading-4-fad: #62060D; + --color-statblock-background-fad: #BE8B3E; + --color-statblock-ornate-fad: #1E3958; + --color-statblock-textbackground-fad: #85C4A6; + --color-statblock-thresholdbackground-fad: #3C6735; + --color-box-core: #1B3147; + --color-box-heading-core: #BFCCC9; + --color-bulletpoint-core: #4AD9FF; + --color-heading-1-core: #766A08; + --color-heading-2-core: #25A1AA; + --color-heading-3-core: #76030D; + --color-heading-4-core: #766A08; + --color-statblock-background-core: #E89914; + --color-statblock-ornate-core: #705A0F; + --color-statblock-textbackground-core: #770312; + --color-statblock-thresholdbackground-core: #705A0F; + --color-box-aor: #1D3751; + --color-box-heading-aor: #BFCCC4; + --color-bulletpoint-aor: #66050A; + --color-heading-1-aor: #259EAA; + --color-heading-2-aor: #D03B0E; + --color-heading-3-aor: #756908; + --color-heading-4-aor: #259EAA; + --color-statblock-background-aor: #C2E3D1; + --color-statblock-ornate-aor: #E22A17; + --color-statblock-textbackground-aor: #0F3776; + --color-statblock-thresholdbackground-aor: #770310; + --font-headings-font: 'Elektra Medium Pro' + --font-paragraph-text: "ITC Symbol" + --font-box-heading-font: "Teuton Fett" + --font-statblock-labels: "Teuton Mager" + --font-statblock-values: "Teuton Mager" } body {