-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9094762
commit 14d787e
Showing
4 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
.code { | ||
/* Add `!important` to override `antd` styles */ | ||
@apply py-0.5 px-2 !important; | ||
@apply font-normal !important; | ||
@apply leading-6 !important; | ||
@apply px-1.5 py-px !important; | ||
@apply border border-solid border-secondary !important; | ||
@apply break-words !important; | ||
@apply border border-solid rounded-lg !important; | ||
@apply shadow-md !important; | ||
@apply font-mono !important; | ||
@apply text-light !important; | ||
@apply bg-primary !important; | ||
@apply border-secondary !important; | ||
@apply font-mono font-normal leading-6 !important; | ||
@apply text-dark !important; | ||
@apply bg-transparent !important; | ||
@apply shadow-xl !important; | ||
|
||
font-size: var(--font-size) !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import Divider from '@components/Divider'; | ||
|
||
const MDXDivider = (): JSX.Element => ( | ||
<Divider className="mx-0 my-12 h-1 rounded-full bg-gradient-primary" /> | ||
<Divider className="mx-0 my-12 h-1 bg-gradient-primary" /> | ||
); | ||
|
||
export default MDXDivider; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14d787e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
blog – ./
blog.tazimi.dev
blog-sabertaz.vercel.app
blog-git-main-sabertaz.vercel.app