doc: tweaks
This commit is contained in:
parent
6e9604a6cc
commit
2ea6a3dff6
|
@ -39,6 +39,7 @@ export default async function flecksDocusaurus() {
|
|||
({
|
||||
colorMode: {
|
||||
defaultMode: 'dark',
|
||||
respectPrefersColorScheme: false,
|
||||
},
|
||||
navbar: {
|
||||
title: 'flecks',
|
||||
|
|
|
@ -12,8 +12,8 @@ function Flecks() {
|
|||
>
|
||||
<defs>
|
||||
<radialGradient id="sphere">
|
||||
<stop offset="70%" stop-color="#272727" />
|
||||
<stop offset="100%" stop-color="black" />
|
||||
<stop offset="70%" stopColor="#272727" />
|
||||
<stop offset="100%" stopColor="black" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<ellipse
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
.flecksHero {
|
||||
html[data-theme="light"] & {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
|
@ -34,8 +34,8 @@ export default function Home() {
|
|||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />"
|
||||
title="Build a flexible and powerful application in no time"
|
||||
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 />
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in New Issue
Block a user