From 089f3415a0cd27dc4dd06c1bfd77b85559840e4e Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 25 Jan 2024 17:55:16 -0800 Subject: able to run stem code due to org-babel-execute! --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 1eb9175..d540a98 100644 --- 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 { -- cgit