From ab014d4e8a0dde11186c287751de38feeb9186e9 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 13 Apr 2025 03:18:01 +0200 Subject: [PATCH] style: update emphasis colors --- src/layouts/variables.css | 5 +++-- src/pages/index.astro | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/layouts/variables.css b/src/layouts/variables.css index 7740f38..bb41af7 100644 --- a/src/layouts/variables.css +++ b/src/layouts/variables.css @@ -15,10 +15,11 @@ --color-brand-blue-5: #3964e6; --color-brand-complement: orange; - --color-brand-complement-dark: #a36a00; + /* --color-brand-complement-dark: #a36a00; */ + --color-brand-complement-dark: #f27348; --ayo-gradient: linear-gradient(45deg, #3054bf, #416fff); - --text-color-dark: #232323; + --text-color-dark: #404040; --text-color-dark-faded: #555; --text-color-light: #f8f9fa; --text-color-light-faded: #999; diff --git a/src/pages/index.astro b/src/pages/index.astro index de4f0f2..08c76ad 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -95,7 +95,7 @@ import now from '../constants/now.json' background: var(--ayo-gradient); background-size: 500% 500%; animation: pulse 15s ease-in-out infinite; - border-bottom: 1px solid var(--color-brand-blue-1); + border-bottom: 1px solid var(--color-brand-blue-3); } .highlighted-section__content {