summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css
index b6a0537..1421443 100644
--- a/themes/danix-xyz-hacker/assets/css/main.css
+++ b/themes/danix-xyz-hacker/assets/css/main.css
@@ -66,7 +66,12 @@ html.theme-light {
}
pre {
- @apply bg-surface/80 p-4 rounded border border-border overflow-x-auto;
+ background-color: rgba(16, 30, 45, 0.8);
+ @apply p-4 rounded border border-border overflow-x-auto;
+ }
+
+ html.theme-light pre {
+ background-color: rgba(240, 243, 247, 0.8);
}
pre code {