From 2cbb4f60ad8b5fadcdb79316f341282b49f8815e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 23 Aug 2022 21:29:43 +0200 Subject: [PATCH] [style] Make note sections more integrated. --- static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 981451e..6fca0bc 100644 --- a/static/style.css +++ b/static/style.css @@ -12,10 +12,9 @@ html, body { } .node .node { - margin: 2em 0ex 2em 0.5ex; + margin: 0.5em 0ex 0.5em 0.25ex; padding: 1ex 0 1ex 1ex; - box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.3); - border-left: 2px solid #2c3e50; + border-left: 1px dashed #2c3e50; } .node.collapsed > .contents {