Merge pull request #527 from arifszn/default-theme
Set default theme to `lofi`
This commit is contained in:
commit
df104891bd
@ -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
|
||||
|
||||
@ -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>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user