diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 17:55:16 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 17:55:16 -0800 |
commit | 089f3415a0cd27dc4dd06c1bfd77b85559840e4e (patch) | |
tree | 5df577ef14d44ab527588fddc4900fb178ab8314 | |
parent | 82f41dfb0de5bd5a9a018a9ca3e50613f2bccf8b (diff) |
able to run stem code due to org-babel-execute!
-rw-r--r-- | style.css | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 { |