docs: immich title (#4463)
This commit is contained in:
parent
f0bb50b61a
commit
bddeb03fd5
2 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue