From e204f05c742546441cc078b3d3cee51ad6f8b40a Mon Sep 17 00:00:00 2001 From: Mattia Bunel Date: Mon, 15 Jul 2024 17:31:25 +0200 Subject: [PATCH] Update style --- theme/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/static/style.css b/theme/static/style.css index cca0462..0cad378 100644 --- a/theme/static/style.css +++ b/theme/static/style.css @@ -263,6 +263,10 @@ hgroup > p { margin: 0; } +.org-src-containe { + overflow: scroll; +} + .org-src-container, blockquote { box-shadow: 10px 10px 0 -5px var(--attention-1); background: var(--mantle);