mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 17:15:24 +00:00
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:
@@ -1,4 +1,3 @@
|
||||
import IconChevronDown from '@geist-ui/icons/chevronDown';
|
||||
import { Collection, Space } from '@gitbook/api';
|
||||
|
||||
import { tcls } from '@/lib/tailwind';
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user