From e35185051a0f9b7efdabf3778f5d9c687aa12785 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Wed, 30 Mar 2022 16:54:35 -0300 Subject: [PATCH] Add button shadows --- static/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/stylesheet.css b/static/stylesheet.css index cab13cb..7916680 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -58,6 +58,7 @@ background-color: #17466E; color: #F2F2FF; border-radius: 20px; + box-shadow: 2px 2px 0 black; } #page { @@ -106,6 +107,7 @@ } #slogan mark { + box-shadow: 2px 2px 0 black; background-color: #17466E; color: #F2F2FF; position: relative;