doc: tweaks
This commit is contained in:
parent
6e9604a6cc
commit
2ea6a3dff6
|
@ -39,6 +39,7 @@ export default async function flecksDocusaurus() {
|
||||||
({
|
({
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: 'dark',
|
defaultMode: 'dark',
|
||||||
|
respectPrefersColorScheme: false,
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'flecks',
|
title: 'flecks',
|
||||||
|
|
|
@ -12,8 +12,8 @@ function Flecks() {
|
||||||
>
|
>
|
||||||
<defs>
|
<defs>
|
||||||
<radialGradient id="sphere">
|
<radialGradient id="sphere">
|
||||||
<stop offset="70%" stop-color="#272727" />
|
<stop offset="70%" stopColor="#272727" />
|
||||||
<stop offset="100%" stop-color="black" />
|
<stop offset="100%" stopColor="black" />
|
||||||
</radialGradient>
|
</radialGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<ellipse
|
<ellipse
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
.flecksHero {
|
|
||||||
html[data-theme="light"] & {
|
|
||||||
filter: invert(1);
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -34,8 +34,8 @@ export default function Home() {
|
||||||
const {siteConfig} = useDocusaurusContext();
|
const {siteConfig} = useDocusaurusContext();
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`Hello from ${siteConfig.title}`}
|
title="Build a flexible and powerful application in no time"
|
||||||
description="Description will go into a meta tag in <head />"
|
description="flecks is an exceptionally-extensible fullstack application production system. Its true purpose is to make application development a more joyful endeavor. Intelligent defaults combined with a highly dynamic structure motivate consistency while allowing you to easily express your own architectural opinions."
|
||||||
>
|
>
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user