Skip to content

Commit

Permalink
fix: quote light mode styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kroucher committed Sep 10, 2022
1 parent e2d9cab commit a4d366b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/src/pages/en/usage/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Usage of TypeScript
layout: ../../../layouts/blog.astro
---

<blockquote className="w-full max-w-sm relative p-6 text-xl italic border-l-4 bg-neutral-100 text-t3-purple-50 border-neutral-500 quote">
<blockquote className="w-full max-w-sm relative italic border-l-4 bg-t3-purple-100 dark:text-t3-purple-50 text-slate-900 dark:bg-slate-700 p-2 rounded-md text-sm my-3 border-neutral-500 quote">
<div className="relative w-fit flex items-center justify-center p-1">
<span className="mr-2 hidden sm:block absolute -top-1 left-0 leading-none" aria-hidden="true">
&ldquo;
Expand Down
4 changes: 2 additions & 2 deletions www/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
@apply break-all;
}

.markdown blockquote {
@apply bg-gray-100 dark:bg-slate-700 p-2 rounded-md text-sm my-3;
.markdown blockquote a {
@apply text-slate-900 dark:text-t3-purple-50;
}
.DocSearch-SearchBar {
@apply bg-purple-400 p-2 rounded-md text-sm my-3;
Expand Down

0 comments on commit a4d366b

Please sign in to comment.