Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/public/ok-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/src/app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import { source } from '@/lib/source';

export default function Layout({ children }: LayoutProps<'/docs'>) {
return (
<DocsLayout tree={source.pageTree} {...baseOptions()}>
<DocsLayout
tree={source.pageTree}
{...baseOptions({ wordmarkClassName: 'h-6 w-auto text-(--slide-text)' })}
>
{children}
</DocsLayout>
);
Expand Down
68 changes: 60 additions & 8 deletions docs/src/app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,64 @@
@import "fumadocs-ui/css/neutral.css";
@import "fumadocs-ui/css/preset.css";

/* Light docs grays: slightly lighter than Fumadocs default + a very faint
warm cast (oklch chroma 0.003 at hue ~80). Cards/secondary get the most
visible warmth so the sidebar reads softer. */
@layer base {
:root {
--color-fd-background: oklch(0.99 0.002 80);
--color-fd-muted: oklch(0.99 0.002 80);
--color-fd-popover: oklch(0.995 0.002 80);
--color-fd-card: oklch(0.98 0.003 80);
--color-fd-secondary: oklch(0.975 0.003 80);
}
}

/* Home-route nav polish: match the page background, give the bar
more vertical room than Fumadocs' default h-14, and render the
theme-toggle icons as stroke-only Lucide (Fumadocs hardcodes
fill="currentColor" so the bundled Sun/Moon read as solid shapes).
Scoped to #nd-home-layout so the docs layout keeps Fumadocs defaults. */
#nd-home-layout {
/* Match the taller nav so fixed-position header doesn't overlap content. */
padding-top: 5rem;
}
#nd-home-layout #nd-nav {
background-color: var(--slide-bg);
border-bottom-color: transparent;
}
/* Soft fade just below the fixed nav so scrolled content doesn't hit a
hard edge. Lives outside the nav box so it never sits behind nav text. */
#nd-home-layout #nd-nav::after {
content: "";
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 2rem;
background: linear-gradient(to bottom, var(--slide-bg), transparent);
pointer-events: none;
}
#nd-home-layout #nd-nav > div > nav {
height: 5rem;
}
#nd-home-layout #nd-nav [data-theme-toggle] {
border-color: var(--slide-border);
}
/* Stroke-only Lucide for the theme toggle in both home nav AND docs sidebar.
Fumadocs hardcodes fill="currentColor" so the bundled Sun/Moon read solid;
resetting fill: none restores the standard Lucide outline look. */
[data-theme-toggle] svg {
fill: none;
}

@layer base {
:root {
--slide-bg: #fbf9f4;
--slide-bg-elevated: #ffffff;
--slide-text: #1a1a1a;
--slide-muted: #71717a;
--slide-accent: #3685ff;
--slide-accent: #3784ff;
/* AA-compliant variant for text on --slide-bg and bg for white text.
--slide-accent fails WCAG 4.5:1 in both contexts (3.35:1 / 3.52:1).
--slide-accent-strong (#1d4ed8) achieves ~6.6:1 on cream and ~6.5:1 on white. */
Expand All @@ -21,7 +72,7 @@
--slide-bg-elevated: #171717;
--slide-text: #f0f0ee;
--slide-muted: #a1a1aa;
--slide-accent: #6b8afa;
--slide-accent: #69a3ff;
--slide-accent-strong: #93c5fd;
--slide-border: #27272a;
}
Expand All @@ -35,14 +86,15 @@
* driven by Fumadocs `fd-*` tokens in the components themselves.
* ------------------------------------------------------------------ */
.ok-overview {
--ok-accent: oklch(0.58 0.18 268);
--ok-accent-ink: oklch(0.45 0.18 268);
--ok-accent-soft: oklch(0.95 0.035 268);
/* Canonical azure — same hex used in packages/app/src/globals.css. */
--ok-accent: #3784ff;
--ok-accent-ink: #00245d;
--ok-accent-soft: #e6efff;
}
.dark .ok-overview {
--ok-accent: oklch(0.72 0.16 268);
--ok-accent-ink: oklch(0.8 0.14 268);
--ok-accent-soft: oklch(0.3 0.07 268);
--ok-accent: #69a3ff;
--ok-accent-ink: lab(75.6609% 6.56351 -50.5176);
--ok-accent-soft: lab(18.1437% 4.66092 -25.0407);
}

/* Vertical spine joining the three layers; the icon chips carry a 5px
Expand Down
69 changes: 69 additions & 0 deletions docs/src/components/ok-wordmark.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
import type { SVGProps } from 'react';

export function OkWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg
width="318"
height="55"
viewBox="0 0 318 55"
fill="none"
xmlns="http://www.w3.org/2000/svg"
role="img"
{...props}
>
<title>Open Knowledge</title>
<g clipPath="url(#ok-wordmark-clip)">
<g filter="url(#ok-wordmark-shadow)">
<path
d="M43.1278 12.5635C37.7398 4.91668 30.1801 2.0686 20.0203 3.86093C14.6961 4.79883 9.73405 8.47188 6.74602 13.688C3.78377 18.8563 3.18714 24.7833 5.10714 29.9479C7.14377 35.4292 11.7694 39.047 16.4651 42.1394C17.4447 42.7851 17.6559 43.5733 17.7934 45.6185C17.8977 47.1641 18.0708 49.7507 20.4991 51.0753C21.2074 51.4607 21.9869 51.6572 22.818 51.6572C24.4962 51.6572 25.9485 50.8531 26.6458 50.4676C30.762 48.1904 44.3763 39.8217 46.7248 27.7517C47.7867 22.2924 45.6837 16.1887 43.1291 12.5635H43.1278Z"
fill="white"
/>
<path
d="M24.7099 46.9713C19.3145 49.9556 24.3133 42.5248 18.6626 38.8027C14.8447 36.2885 10.564 33.1605 8.85267 28.5569C5.53687 19.637 12.2863 9.2796 20.714 7.7954C29.57 6.23509 35.5056 8.6842 39.8612 14.8653C42.077 18.0104 43.5723 23.0228 42.8001 26.9893C41.1281 35.5839 31.9921 42.9422 24.7099 46.9713Z"
fill="#69A3FF"
/>
<path
d="M34.2742 20.7899C34.738 20.326 35.49 20.326 35.9539 20.7899V20.7899C36.4177 21.2537 36.4177 22.0057 35.9539 22.4695L32.1083 26.3151L30.4286 24.6354L34.2742 20.7899Z"
fill="#D5E5FF"
/>
<path
d="M35.9539 26.8013C36.4177 27.2651 36.4177 28.0171 35.9539 28.481V28.481C35.49 28.9448 34.738 28.9448 34.2742 28.481L30.4286 24.6354L32.1083 22.9557L35.9539 26.8013Z"
fill="#D5E5FF"
/>
</g>
<path
d="M61.6115 28.648C61.6115 30.04 61.7915 31.42 62.1515 32.788C62.5355 34.132 63.1115 35.344 63.8795 36.424C64.6715 37.48 65.6795 38.332 66.9035 38.98C68.1275 39.628 69.5915 39.952 71.2955 39.952C72.9995 39.952 74.4515 39.628 75.6515 38.98C76.8755 38.332 77.8715 37.48 78.6395 36.424C79.4315 35.344 80.0075 34.132 80.3675 32.788C80.7515 31.42 80.9435 30.04 80.9435 28.648C80.9435 27.232 80.7515 25.852 80.3675 24.508C80.0075 23.164 79.4315 21.964 78.6395 20.908C77.8715 19.828 76.8755 18.964 75.6515 18.316C74.4515 17.668 72.9995 17.344 71.2955 17.344C69.5915 17.344 68.1275 17.668 66.9035 18.316C65.6795 18.964 64.6715 19.828 63.8795 20.908C63.1115 21.964 62.5355 23.164 62.1515 24.508C61.7915 25.852 61.6115 27.232 61.6115 28.648ZM59.1635 28.648C59.1635 26.872 59.4155 25.18 59.9195 23.572C60.4235 21.964 61.1795 20.548 62.1875 19.324C63.1955 18.076 64.4555 17.092 65.9675 16.372C67.5035 15.628 69.2795 15.256 71.2955 15.256C73.3115 15.256 75.0755 15.628 76.5875 16.372C78.0995 17.092 79.3595 18.076 80.3675 19.324C81.3755 20.548 82.1315 21.964 82.6355 23.572C83.1395 25.18 83.3915 26.872 83.3915 28.648C83.3915 30.424 83.1395 32.116 82.6355 33.724C82.1315 35.332 81.3755 36.748 80.3675 37.972C79.3595 39.196 78.0995 40.18 76.5875 40.924C75.0755 41.644 73.3115 42.004 71.2955 42.004C69.2795 42.004 67.5035 41.644 65.9675 40.924C64.4555 40.18 63.1955 39.196 62.1875 37.972C61.1795 36.748 60.4235 35.332 59.9195 33.724C59.4155 32.116 59.1635 30.424 59.1635 28.648ZM85.7031 22.924H87.7911V26.452H87.8631C88.3911 25.156 89.2431 24.16 90.4191 23.464C91.6191 22.744 92.9751 22.384 94.4871 22.384C95.9031 22.384 97.1271 22.648 98.1591 23.176C99.2151 23.704 100.091 24.424 100.787 25.336C101.483 26.224 101.999 27.268 102.335 28.468C102.671 29.644 102.839 30.892 102.839 32.212C102.839 33.532 102.671 34.792 102.335 35.992C101.999 37.168 101.483 38.212 100.787 39.124C100.091 40.012 99.2151 40.72 98.1591 41.248C97.1271 41.752 95.9031 42.004 94.4871 42.004C93.8151 42.004 93.1431 41.92 92.4711 41.752C91.7991 41.584 91.1751 41.332 90.5991 40.996C90.0231 40.66 89.5071 40.24 89.0511 39.736C88.6191 39.232 88.2831 38.644 88.0431 37.972H87.9711V48.34H85.7031V22.924ZM100.571 32.212C100.571 31.252 100.451 30.304 100.211 29.368C99.9951 28.408 99.6351 27.556 99.1311 26.812C98.6511 26.068 98.0271 25.468 97.2591 25.012C96.4911 24.532 95.5671 24.292 94.4871 24.292C93.2391 24.292 92.1951 24.508 91.3551 24.94C90.5151 25.372 89.8431 25.948 89.3391 26.668C88.8351 27.388 88.4751 28.228 88.2591 29.188C88.0671 30.148 87.9711 31.156 87.9711 32.212C87.9711 33.172 88.0791 34.132 88.2951 35.092C88.5351 36.028 88.9071 36.868 89.4111 37.612C89.9391 38.356 90.6111 38.968 91.4271 39.448C92.2671 39.904 93.2871 40.132 94.4871 40.132C95.5671 40.132 96.4911 39.904 97.2591 39.448C98.0271 38.968 98.6511 38.356 99.1311 37.612C99.6351 36.868 99.9951 36.028 100.211 35.092C100.451 34.132 100.571 33.172 100.571 32.212ZM118.651 30.916C118.627 30.052 118.471 29.224 118.183 28.432C117.919 27.64 117.535 26.944 117.031 26.344C116.527 25.72 115.915 25.228 115.195 24.868C114.475 24.484 113.659 24.292 112.747 24.292C111.811 24.292 110.983 24.484 110.263 24.868C109.543 25.228 108.931 25.72 108.427 26.344C107.923 26.944 107.515 27.652 107.203 28.468C106.915 29.26 106.723 30.076 106.627 30.916H118.651ZM106.627 32.824C106.627 33.64 106.735 34.492 106.951 35.38C107.191 36.244 107.563 37.024 108.067 37.72C108.571 38.416 109.207 38.992 109.975 39.448C110.743 39.904 111.667 40.132 112.747 40.132C114.403 40.132 115.699 39.7 116.635 38.836C117.571 37.972 118.219 36.82 118.579 35.38H120.847C120.367 37.492 119.479 39.124 118.183 40.276C116.911 41.428 115.099 42.004 112.747 42.004C111.283 42.004 110.011 41.752 108.931 41.248C107.875 40.72 107.011 40.012 106.339 39.124C105.667 38.212 105.163 37.168 104.827 35.992C104.515 34.792 104.359 33.532 104.359 32.212C104.359 30.988 104.515 29.788 104.827 28.612C105.163 27.436 105.667 26.392 106.339 25.48C107.011 24.544 107.875 23.8 108.931 23.248C110.011 22.672 111.283 22.384 112.747 22.384C114.235 22.384 115.507 22.684 116.563 23.284C117.619 23.884 118.471 24.676 119.119 25.66C119.791 26.62 120.271 27.736 120.559 29.008C120.847 30.256 120.967 31.528 120.919 32.824H106.627ZM122.847 22.924H125.115V26.128H125.187C125.619 25 126.387 24.1 127.491 23.428C128.595 22.732 129.807 22.384 131.127 22.384C132.423 22.384 133.503 22.552 134.367 22.888C135.255 23.224 135.963 23.704 136.491 24.328C137.019 24.928 137.391 25.672 137.607 26.56C137.823 27.448 137.931 28.444 137.931 29.548V41.5H135.663V29.908C135.663 29.116 135.591 28.384 135.447 27.712C135.303 27.016 135.051 26.416 134.691 25.912C134.331 25.408 133.839 25.012 133.215 24.724C132.615 24.436 131.859 24.292 130.947 24.292C130.035 24.292 129.219 24.46 128.499 24.796C127.803 25.108 127.203 25.552 126.699 26.128C126.219 26.68 125.835 27.352 125.547 28.144C125.283 28.912 125.139 29.752 125.115 30.664V41.5H122.847V22.924ZM150.51 15.796H152.958V29.62L167.898 15.796H171.21L159.726 26.416L171.75 41.5H168.582L157.89 28.108L152.958 32.68V41.5H150.51V15.796ZM172.306 22.924H174.574V26.128H174.646C175.078 25 175.846 24.1 176.95 23.428C178.054 22.732 179.266 22.384 180.586 22.384C181.882 22.384 182.962 22.552 183.826 22.888C184.714 23.224 185.422 23.704 185.95 24.328C186.478 24.928 186.85 25.672 187.066 26.56C187.282 27.448 187.39 28.444 187.39 29.548V41.5H185.122V29.908C185.122 29.116 185.05 28.384 184.906 27.712C184.762 27.016 184.51 26.416 184.15 25.912C183.79 25.408 183.298 25.012 182.674 24.724C182.074 24.436 181.318 24.292 180.406 24.292C179.494 24.292 178.678 24.46 177.958 24.796C177.262 25.108 176.662 25.552 176.158 26.128C175.678 26.68 175.294 27.352 175.006 28.144C174.742 28.912 174.598 29.752 174.574 30.664V41.5H172.306V22.924ZM198.446 24.292C197.366 24.292 196.418 24.52 195.602 24.976C194.786 25.432 194.102 26.032 193.55 26.776C193.022 27.52 192.614 28.372 192.326 29.332C192.062 30.268 191.93 31.228 191.93 32.212C191.93 33.196 192.062 34.168 192.326 35.128C192.614 36.064 193.022 36.904 193.55 37.648C194.102 38.392 194.786 38.992 195.602 39.448C196.418 39.904 197.366 40.132 198.446 40.132C199.526 40.132 200.474 39.904 201.29 39.448C202.106 38.992 202.778 38.392 203.306 37.648C203.858 36.904 204.266 36.064 204.53 35.128C204.818 34.168 204.962 33.196 204.962 32.212C204.962 31.228 204.818 30.268 204.53 29.332C204.266 28.372 203.858 27.52 203.306 26.776C202.778 26.032 202.106 25.432 201.29 24.976C200.474 24.52 199.526 24.292 198.446 24.292ZM198.446 22.384C199.862 22.384 201.11 22.648 202.19 23.176C203.294 23.704 204.218 24.412 204.962 25.3C205.706 26.188 206.27 27.232 206.654 28.432C207.038 29.608 207.23 30.868 207.23 32.212C207.23 33.556 207.038 34.828 206.654 36.028C206.27 37.204 205.706 38.236 204.962 39.124C204.218 40.012 203.294 40.72 202.19 41.248C201.11 41.752 199.862 42.004 198.446 42.004C197.03 42.004 195.77 41.752 194.666 41.248C193.586 40.72 192.674 40.012 191.93 39.124C191.186 38.236 190.622 37.204 190.238 36.028C189.854 34.828 189.662 33.556 189.662 32.212C189.662 30.868 189.854 29.608 190.238 28.432C190.622 27.232 191.186 26.188 191.93 25.3C192.674 24.412 193.586 23.704 194.666 23.176C195.77 22.648 197.03 22.384 198.446 22.384ZM207.65 22.924H210.062L214.814 38.836H214.886L219.422 22.924H221.978L226.514 38.836H226.586L231.338 22.924H233.75L227.774 41.5H225.29L220.718 25.876H220.646L216.11 41.5H213.626L207.65 22.924ZM235.162 15.796H237.43V41.5H235.162V15.796ZM254.046 30.916C254.022 30.052 253.866 29.224 253.578 28.432C253.314 27.64 252.93 26.944 252.426 26.344C251.922 25.72 251.31 25.228 250.59 24.868C249.87 24.484 249.054 24.292 248.142 24.292C247.206 24.292 246.378 24.484 245.658 24.868C244.938 25.228 244.326 25.72 243.822 26.344C243.318 26.944 242.91 27.652 242.598 28.468C242.31 29.26 242.118 30.076 242.022 30.916H254.046ZM242.022 32.824C242.022 33.64 242.13 34.492 242.346 35.38C242.586 36.244 242.958 37.024 243.462 37.72C243.966 38.416 244.602 38.992 245.37 39.448C246.138 39.904 247.062 40.132 248.142 40.132C249.798 40.132 251.094 39.7 252.03 38.836C252.966 37.972 253.614 36.82 253.974 35.38H256.242C255.762 37.492 254.874 39.124 253.578 40.276C252.306 41.428 250.494 42.004 248.142 42.004C246.678 42.004 245.406 41.752 244.326 41.248C243.27 40.72 242.406 40.012 241.734 39.124C241.062 38.212 240.558 37.168 240.222 35.992C239.91 34.792 239.754 33.532 239.754 32.212C239.754 30.988 239.91 29.788 240.222 28.612C240.558 27.436 241.062 26.392 241.734 25.48C242.406 24.544 243.27 23.8 244.326 23.248C245.406 22.672 246.678 22.384 248.142 22.384C249.63 22.384 250.902 22.684 251.958 23.284C253.014 23.884 253.866 24.676 254.514 25.66C255.186 26.62 255.666 27.736 255.954 29.008C256.242 30.256 256.362 31.528 256.314 32.824H242.022ZM274.622 41.5H272.534V37.972H272.462C272.222 38.572 271.862 39.124 271.382 39.628C270.926 40.132 270.398 40.564 269.798 40.924C269.198 41.26 268.55 41.524 267.854 41.716C267.182 41.908 266.51 42.004 265.838 42.004C264.422 42.004 263.186 41.752 262.13 41.248C261.098 40.72 260.234 40.012 259.538 39.124C258.842 38.212 258.326 37.168 257.99 35.992C257.654 34.792 257.486 33.532 257.486 32.212C257.486 30.892 257.654 29.644 257.99 28.468C258.326 27.268 258.842 26.224 259.538 25.336C260.234 24.424 261.098 23.704 262.13 23.176C263.186 22.648 264.422 22.384 265.838 22.384C266.534 22.384 267.206 22.468 267.854 22.636C268.526 22.804 269.15 23.068 269.726 23.428C270.302 23.764 270.806 24.184 271.238 24.688C271.694 25.192 272.042 25.78 272.282 26.452H272.354V15.796H274.622V41.5ZM259.754 32.212C259.754 33.172 259.862 34.132 260.078 35.092C260.318 36.028 260.678 36.868 261.158 37.612C261.662 38.356 262.298 38.968 263.066 39.448C263.834 39.904 264.758 40.132 265.838 40.132C267.038 40.132 268.046 39.904 268.862 39.448C269.702 38.968 270.374 38.356 270.878 37.612C271.406 36.868 271.778 36.028 271.994 35.092C272.234 34.132 272.354 33.172 272.354 32.212C272.354 31.252 272.234 30.304 271.994 29.368C271.778 28.408 271.406 27.556 270.878 26.812C270.374 26.068 269.702 25.468 268.862 25.012C268.046 24.532 267.038 24.292 265.838 24.292C264.758 24.292 263.834 24.532 263.066 25.012C262.298 25.468 261.662 26.068 261.158 26.812C260.678 27.556 260.318 28.408 260.078 29.368C259.862 30.304 259.754 31.252 259.754 32.212ZM293.566 39.988C293.566 41.356 293.41 42.592 293.098 43.696C292.81 44.8 292.342 45.736 291.694 46.504C291.046 47.272 290.194 47.86 289.138 48.268C288.106 48.676 286.834 48.88 285.322 48.88C284.386 48.88 283.474 48.772 282.586 48.556C281.698 48.34 280.894 48.004 280.174 47.548C279.478 47.092 278.89 46.504 278.41 45.784C277.954 45.088 277.69 44.248 277.618 43.264H279.886C280.006 43.96 280.234 44.536 280.57 44.992C280.93 45.472 281.35 45.856 281.83 46.144C282.334 46.432 282.886 46.636 283.486 46.756C284.086 46.9 284.698 46.972 285.322 46.972C287.434 46.972 288.958 46.372 289.894 45.172C290.83 43.972 291.298 42.244 291.298 39.988V37.468H291.226C290.698 38.62 289.918 39.544 288.886 40.24C287.878 40.936 286.69 41.284 285.322 41.284C283.834 41.284 282.562 41.044 281.506 40.564C280.45 40.06 279.574 39.376 278.878 38.512C278.206 37.648 277.714 36.64 277.402 35.488C277.09 34.312 276.934 33.064 276.934 31.744C276.934 30.472 277.114 29.272 277.474 28.144C277.858 26.992 278.398 25.996 279.094 25.156C279.814 24.292 280.69 23.62 281.722 23.14C282.778 22.636 283.978 22.384 285.322 22.384C286.018 22.384 286.666 22.48 287.266 22.672C287.89 22.864 288.454 23.14 288.958 23.5C289.462 23.836 289.906 24.232 290.29 24.688C290.698 25.144 291.01 25.624 291.226 26.128H291.298V22.924H293.566V39.988ZM285.322 39.376C286.306 39.376 287.17 39.172 287.914 38.764C288.658 38.332 289.282 37.78 289.786 37.108C290.29 36.412 290.662 35.62 290.902 34.732C291.166 33.844 291.298 32.932 291.298 31.996C291.298 31.084 291.19 30.172 290.974 29.26C290.758 28.348 290.41 27.52 289.93 26.776C289.45 26.032 288.826 25.432 288.058 24.976C287.314 24.52 286.402 24.292 285.322 24.292C284.242 24.292 283.318 24.52 282.55 24.976C281.782 25.408 281.146 25.984 280.642 26.704C280.138 27.424 279.766 28.252 279.526 29.188C279.31 30.1 279.202 31.036 279.202 31.996C279.202 32.932 279.322 33.844 279.562 34.732C279.802 35.62 280.174 36.412 280.678 37.108C281.182 37.78 281.818 38.332 282.586 38.764C283.354 39.172 284.266 39.376 285.322 39.376ZM310.15 30.916C310.126 30.052 309.97 29.224 309.682 28.432C309.418 27.64 309.034 26.944 308.53 26.344C308.026 25.72 307.414 25.228 306.694 24.868C305.974 24.484 305.158 24.292 304.246 24.292C303.31 24.292 302.482 24.484 301.762 24.868C301.042 25.228 300.43 25.72 299.926 26.344C299.422 26.944 299.014 27.652 298.702 28.468C298.414 29.26 298.222 30.076 298.126 30.916H310.15ZM298.126 32.824C298.126 33.64 298.234 34.492 298.45 35.38C298.69 36.244 299.062 37.024 299.566 37.72C300.07 38.416 300.706 38.992 301.474 39.448C302.242 39.904 303.166 40.132 304.246 40.132C305.902 40.132 307.198 39.7 308.134 38.836C309.07 37.972 309.718 36.82 310.078 35.38H312.346C311.866 37.492 310.978 39.124 309.682 40.276C308.41 41.428 306.598 42.004 304.246 42.004C302.782 42.004 301.51 41.752 300.43 41.248C299.374 40.72 298.51 40.012 297.838 39.124C297.166 38.212 296.662 37.168 296.326 35.992C296.014 34.792 295.858 33.532 295.858 32.212C295.858 30.988 296.014 29.788 296.326 28.612C296.662 27.436 297.166 26.392 297.838 25.48C298.51 24.544 299.374 23.8 300.43 23.248C301.51 22.672 302.782 22.384 304.246 22.384C305.734 22.384 307.006 22.684 308.062 23.284C309.118 23.884 309.97 24.676 310.618 25.66C311.29 26.62 311.77 27.736 312.058 29.008C312.346 30.256 312.466 31.528 312.418 32.824H298.126Z"
fill="currentColor"
/>
</g>
<defs>
<filter
id="ok-wordmark-shadow"
x="1.32143"
y="2.45001"
width="48.3635"
height="53.6714"
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="1.78571" />
<feGaussianBlur stdDeviation="1.33929" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" />
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<clipPath id="ok-wordmark-clip">
<rect width="318" height="55" fill="white" />
</clipPath>
</defs>
</svg>
);
}
Loading