docs: immich title (#4463)

This commit is contained in:
Jason Rasmussen 2023-10-13 10:15:29 -04:00 committed by GitHub
parent f0bb50b61a
commit bddeb03fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -89,6 +89,7 @@ const config = {
}, },
}, },
navbar: { navbar: {
title: 'IMMICH',
logo: { logo: {
alt: 'Immich University Logo', alt: 'Immich University Logo',
src: 'img/color-logo.png', src: 'img/color-logo.png',

View file

@ -40,3 +40,7 @@ button {
--ifm-background-color: #000000; --ifm-background-color: #000000;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
} }
.navbar__brand .navbar__title {
@apply font-immich-title text-2xl font-normal text-immich-primary dark:text-immich-dark-primary;
}