+
(
+
{text}
}
@@ -270,7 +270,7 @@ export function SearchScreen(props: SearchScreenProps) {
-
+
{text}
diff --git a/src/styles/article.css b/src/styles/article.css
index 1ab20821e..b549ffe6d 100644
--- a/src/styles/article.css
+++ b/src/styles/article.css
@@ -15,11 +15,14 @@ article code {
article mark {
background: none;
}
+article strong {
+ font-weight: 600;
+}
article pre.shiki {
width: 100%;
margin: 1em 0;
padding: 1em 0;
- border-radius: 0.75em;
+ border-radius: 0.375rem;
background-color: white;
overflow-x: auto;
border: 1px solid rgba(209, 213, 219); /* border-slate-2 */