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 {