From 629d862a3858ba4dbd651c66bbcd1da403ebab5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Sat, 8 Jan 2022 01:14:37 +0100 Subject: [PATCH] Test a card-based style. --- static/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b9c4547..3c63109 100644 --- a/static/style.css +++ b/static/style.css @@ -6,7 +6,12 @@ body { .node .node { margin: 1ex; padding-left: 1ex; - border-left: 3px solid #888; + box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3); + border-radius: 4px; +} + +h1,h2,h3,h4,h5,h6 { + margin-top: 0; } h1.title .state {