mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Docs site redesign: Two-Doors home, otter-orange brand, Pagefind search, enterprise SSO/SCIM/roles guides.
24 lines
828 B
CSS
24 lines
828 B
CSS
/* Otter-orange brand override. AA note: #A85518 on white = ~5.2:1 (passes AA for text + buttons).
|
|
Vibrant #E07832 / #F09550 are decorative only (see DocsHome.vue), never under white text. */
|
|
:root {
|
|
--vp-c-brand-1: #A85518;
|
|
--vp-c-brand-2: #8F4712;
|
|
--vp-c-brand-3: #A85518;
|
|
--vp-c-brand-soft: rgba(224, 120, 50, 0.14);
|
|
--vp-button-brand-border: transparent;
|
|
--vp-button-brand-text: #fff;
|
|
--vp-button-brand-bg: #A85518;
|
|
--vp-button-brand-hover-border: transparent;
|
|
--vp-button-brand-hover-text: #fff;
|
|
--vp-button-brand-hover-bg: #8F4712;
|
|
--vp-button-brand-active-border: transparent;
|
|
--vp-button-brand-active-text: #fff;
|
|
--vp-button-brand-active-bg: #7A3D10;
|
|
}
|
|
.dark {
|
|
--vp-c-brand-1: #F0A766;
|
|
--vp-c-brand-2: #F09550;
|
|
--vp-c-brand-3: #A85518;
|
|
--vp-c-brand-soft: rgba(240, 149, 80, 0.16);
|
|
}
|