From 801cf7b8e47e7027124569e54900a97b10ffea19 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 13 Jun 2026 10:33:36 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20update=20color=20and=20ty?= =?UTF-8?q?pography=20styles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/base/colors.css | 3 +++ styles/base/typography.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/base/colors.css b/styles/base/colors.css index 1ec82b1..c861bdb 100644 --- a/styles/base/colors.css +++ b/styles/base/colors.css @@ -45,4 +45,7 @@ --color-danger: oklch(0.5126 0.1865 22.61); --color-light: oklch(98.16% 0.0017 247.8); --color-dark: oklch(34.51% 0.0133 248.2); + + /* Gradients */ + --background-image-gradient-1: linear-gradient(180deg, rgba(242, 107, 83, 0) 39.55%, rgba(242, 107, 83, 0.2) 100%); } diff --git a/styles/base/typography.css b/styles/base/typography.css index a1b4f37..f6a0b41 100644 --- a/styles/base/typography.css +++ b/styles/base/typography.css @@ -75,7 +75,7 @@ body { line-height: var(--line-height); } -::selection { background: var(--color-warning); } +::selection { background: var(--color-primary-400); } @layer components { h1, h2, h3,