Skip to content

Commit d63a86f

Browse files
committed
Trying the almond theme just to feel something
1 parent fc456f2 commit d63a86f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
3-
"theme": "maple",
3+
"theme": "almond",
44
"name": "Mintlify",
55
"colors": {
66
"primary": "#166E3F",

images/hero/background-dark.png

48 KB
Loading

images/hero/background-light.png

46.9 KB
Loading

index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Introduction"
33
description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers."
4-
mode: "custom"
4+
mode: "frame"
55
---
66

77
export const HeroCard = ({ filename, title, description, href }) => {
@@ -24,7 +24,7 @@ export const HeroCard = ({ filename, title, description, href }) => {
2424
};
2525

2626
<div className="relative">
27-
<div className="absolute top-0 lg:-top-16 left-0 right-0">
27+
<div className="absolute top-0 left-0 right-0">
2828
<img
2929
src="/images/hero/background-light.png"
3030
className="block dark:hidden pointer-events-none"

0 commit comments

Comments
 (0)