1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-18 03:57:43 +02:00

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
2 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,7 @@ button {
--ifm-background-color: #000000;
--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;
}