Skip to content

Commit d958a07

Browse files
committed
refactor: increase font size for warning callout icon in markdown CSS and remove unused use-docs hook
1 parent d00df9c commit d958a07

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

src/assets/css/markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ html.dark .prose>.astro-code {
511511
.callout-content {
512512
&::before {
513513
content: "⚠︎";
514-
font-size: 1.2rem;
514+
font-size: 1.4rem;
515515
color: var(--callout-warning);
516516
}
517517
}

src/lib/hooks/use-docs.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)