Design pass (#8)

* first stab at bullet points
* setup theming, custom opacities, use of brand UI colors
* color key change
* delete brand
* setup initial defaults
* Add opacity parameter to primary color
* style TOC
* styling pass header, footer, hints, toc, trademark
* table pass
* style pass, typo, quote, tabs, search, theme, toc
This commit is contained in:
Sebastian Graz
2023-11-21 18:29:36 +01:00
committed by GitHub
parent a4ec3c8c53
commit aab7d0bd7a
39 changed files with 314 additions and 181 deletions
@@ -1,4 +1,3 @@
import IconChevronDown from '@geist-ui/icons/chevronDown';
import { Collection, Space } from '@gitbook/api';
import { tcls } from '@/lib/tailwind';
+5 -5
View File
@@ -41,17 +41,17 @@ export function Header(props: {
'top-0',
'z-10',
'w-full',
'backdrop-blur',
'backdrop-blur-lg',
'flex-none',
'transition-colors',
'duration-500',
'lg:z-10',
'lg:border-b',
'lg:border-slate-900/10',
'dark:border-slate-50/[0.06]',
'bg-header-background-500',
'lg:border-dark/3',
'bg-light/8',
'supports-backdrop-blur:bg-white/60',
'dark:bg-transparent',
'dark:border-light/2',
'dark:bg-dark/8',
)}
>
<div