From ce191c2786e3fc00e53aeaee4749971f883d7999 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 26 Sep 2025 17:50:46 +0300 Subject: [PATCH] chore: fixes --- docs/app.config.ts | 13 ---------- docs/app/assets/css/main.css | 49 +----------------------------------- docs/content/index.md | 2 +- 3 files changed, 2 insertions(+), 62 deletions(-) diff --git a/docs/app.config.ts b/docs/app.config.ts index 75b2c9be..723909dd 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -3,19 +3,6 @@ export default defineAppConfig({ title: 'Elk', description: 'A nimble Mastodon web client with modern features and elegant design.', }, - ui: { - colors: { - primary: 'orange', - }, - }, - uiPro: { - pageHero: { - slots: { - container: 'lg:!grid-cols-3', - wrapper: 'col-span-2', - }, - }, - }, header: { title: 'Elk', logo: { diff --git a/docs/app/assets/css/main.css b/docs/app/assets/css/main.css index 1efcdd91..53994ce2 100644 --- a/docs/app/assets/css/main.css +++ b/docs/app/assets/css/main.css @@ -1,51 +1,4 @@ /* Elk brand colors for light and dark modes */ :root { - /* Light mode colors (based on #995e1b) */ - --color-primary-50: #fef7ed; - --color-primary-100: #fdedd5; - --color-primary-200: #fad8aa; - --color-primary-300: #f6bb74; - --color-primary-400: #f0943c; - --color-primary-500: #995e1b; /* Light mode primary */ - --color-primary-600: #8a5218; - --color-primary-700: #734515; - --color-primary-800: #5c3711; - --color-primary-900: #4b2e0e; - --color-primary-950: #26170a; -} - -.dark { - /* Dark mode colors (based on #d98018) */ - --color-primary-50: #fef7ed; - --color-primary-100: #fdedd5; - --color-primary-200: #fad8aa; - --color-primary-300: #f6bb74; - --color-primary-400: #f0943c; - --color-primary-500: #d98018; /* Dark mode primary */ - --color-primary-600: #cb6210; - --color-primary-700: #a84b10; - --color-primary-800: #883b14; - --color-primary-900: #713213; - --color-primary-950: #3d1707; -} - -/* Ensure proper contrast for text on Elk orange backgrounds */ -.bg-primary-500 { - color: white; -} - -.text-primary-500 { - color: var(--color-primary-500); -} - -/* Custom Elk brand styling */ -.elk-gradient { - background: linear-gradient(135deg, #995e1b 0%, #d98018 100%); -} - -.elk-gradient-text { - background: linear-gradient(135deg, #995e1b 0%, #d98018 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; + --ui-primary: #f0943c; } diff --git a/docs/content/index.md b/docs/content/index.md index e40733e0..2c7c37b4 100755 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -62,7 +62,7 @@ Everything you need for the perfect [Mastodon experience]{.text-primary} :::u-page-card --- spotlight: true - icon: i-ph-timeline-duotone + icon: i-ic-twotone-view-timeline to: /guide/features --- #title