aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/globals.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css
index ff7a1bb..810d8b0 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -203,3 +203,30 @@ button {
transform: translate(24px, 0);
}
}
+
+/* Add this CSS to your global styles or a component-specific CSS file */
+pre {
+ color: #f8f8f2;
+ font-family: "Fira Code", monospace;
+ font-size: 14px;
+ line-height: 1.5;
+ padding: 1rem;
+ margin: 1rem 0;
+ @apply bg-[#191c24];
+}
+
+pre code {
+ display: block;
+}
+
+.language-javascript {
+ color: #f8f8f2;
+}
+
+.language-html {
+ color: #e6db74;
+}
+
+.language-bash {
+ color: #89b482;
+}