]> Untitled Git - monorepo.git/commitdiff
able to run stem code due to org-babel-execute!
authorPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 01:55:16 +0000 (17:55 -0800)
committerPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 01:55:16 +0000 (17:55 -0800)
style.css

index 1eb91751f1c4eaa40ac13f0e6358b3b6a1121c85..d540a986bc8b6079a2a4dec6ca12d6539acd46be 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@
 
 body {
   margin: 40px auto;
-  width: 610px;
+  width: 700px;
   max-width: 100%;
   line-height: 1.6;
   font-size: 16px;
@@ -170,10 +170,12 @@ pre {
 }
 
 .src,
-.example,
-code {
+.example {
   color: #ebdbb2;
   background-color: #282828;
+  box-shadow:
+    rgba(0, 0, 0, 0.3) 0px 19px 38px,
+    rgba(0, 0, 0, 0.22) 0px 15px 12px;
 }
 
 .preamble {