diff --git a/docs/src/components/community-guides.tsx b/docs/src/components/community-guides.tsx index 6982853fade77..7f4206c97baf1 100644 --- a/docs/src/components/community-guides.tsx +++ b/docs/src/components/community-guides.tsx @@ -52,20 +52,20 @@ const guides: CommunityGuidesProps[] = [ function CommunityGuide({ title, description, url }: CommunityGuidesProps): JSX.Element { return ( -
+
-

+

{title}

{description}

-

+

{url}

View Guide diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index d8273c67c2179..3a034e3a04cfd 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -87,23 +87,23 @@ const projects: CommunityProjectProps[] = [ function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element { return ( -
+
-

+

{title}

{description}

-

+

{url}

- View Project + View Link
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index ebdebae8dc382..f693ce701b3ab 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -12,6 +12,7 @@ html, button { font-family: 'Be Vietnam Pro', sans-serif; + font-optical-sizing: auto; } img { @@ -27,9 +28,7 @@ img { --ifm-color-primary-light: #4250af; --ifm-color-primary-lighter: #4250af; --ifm-color-primary-lightest: #4250af; - --ifm-code-font-size: 95%; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); - --ifm-background-color: #f9f8fb; } /* For readability concerns, you should choose a lighter palette in dark mode. */ @@ -42,6 +41,7 @@ img { --ifm-color-primary-lighter: #e9f1fe; --ifm-color-primary-lightest: #ffffff; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); + --ifm-background-color: #000000; } div[class^='announcementBar_'] { @@ -49,3 +49,19 @@ div[class^='announcementBar_'] { background-color: #2b3336; color: white; } + +.menu__link { + padding: 10px; + padding-left: 16px; + border-radius: 10px; + font-size: 15px; +} + +.menu__list-item-collapsible { + border-radius: 10px; + font-size: 15px; +} + +code { + font-weight: 600; +} diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 162ca922d157f..6b6bbb0f4b4f5 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -7,13 +7,13 @@ function HomepageHeader() { return (
-
+
Immich logo -
+
screenshots
diff --git a/docs/static/img/logomark-dark.svg b/docs/static/img/logomark-dark.svg index 90b6b414150da..446caba279760 100644 --- a/docs/static/img/logomark-dark.svg +++ b/docs/static/img/logomark-dark.svg @@ -1,6 +1,6 @@ - - + +