Merge pull request #527 from arifszn/default-theme

Set default theme to `lofi`
This commit is contained in:
Ariful Alam 2024-03-01 16:56:00 +06:00 committed by GitHub
commit df104891bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ const CONFIG = {
snippetVersion: 6,
},
themeConfig: {
defaultTheme: 'nord',
defaultTheme: 'lofi',
// Hides the switch in the navbar
// Useful if you want to support a single color mode

View File

@ -106,7 +106,7 @@ const PublicationCard = ({
</p>
)}
{item.description && (
<p className="mt-1 text-base-content text-opacity-60 text-sm">
<p className="mt-2 text-base-content text-opacity-60 text-sm">
{item.description}
</p>
)}