Skip to content

Commit

Permalink
(clean) docs index styling
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Dec 16, 2023
1 parent d017894 commit 6eb9e1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/www/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import CardGrid from "@site/src/components/CardGrid";
<div className="grid grid-cols-1 lg:grid-cols-1">
<a
className={
"group rounded-lg border border-opacity-50 p-10 mt-10 hover:shadow no-underline"
"group rounded-lg border border-slate-200 hover:border-indigo-700 p-10 mt-10 hover:shadow no-underline"
}
style={{ color: "var(--ifm-font-color-base)" }}
href="/quick-start"
Expand All @@ -35,14 +35,14 @@ import CardGrid from "@site/src/components/CardGrid";
Quick Start
</div>
</div>
<div className="my-4 text-slate-400 font-semibold">
<div className="my-4 text-slate-700 font-semibold">
Discover how to set up a carrier connections and generate a shipping
label in just a few minutes.
</div>
<div className="text-slate-300 text-sm mb-2 font-semibold">
<div className="text-slate-700 text-sm mb-2 font-semibold">
WHAT YOU WILL LEARN
</div>
<div className="text-slate-300">
<div className="">
<ul className="list-disc list-inside">
<li>How to set up a carrier connection</li>
<li>How to generate a shipping label</li>
Expand Down

0 comments on commit 6eb9e1c

Please sign in to comment.