From 7311c25d60ecc77463c411b835efc2427717c704 Mon Sep 17 00:00:00 2001 From: ngoomie Date: Mon, 26 Jun 2023 19:01:44 -0600 Subject: [PATCH] small change to status.cafe style --- status.cafe/2023-06.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/status.cafe/2023-06.scss b/status.cafe/2023-06.scss index 7aa4109..3524da2 100644 --- a/status.cafe/2023-06.scss +++ b/status.cafe/2023-06.scss @@ -1,5 +1,6 @@ $padding: 1.3rem; $text: #005188; +$shadow: 0px 1px 4px $text; html, * { font-family: sans-serif; @@ -30,15 +31,17 @@ section:first-of-type p:first-of-type { a { color: white; text-decoration: none; - text-shadow: 0px 1px 4px #005188, 0px 1px 4px #005188; + text-shadow: $shadow, $shadow; } header { padding-bottom: 1.8rem; + word-spacing: 1rem; a { color: $text; text-shadow: none; }; + } header nav, div.cols section {