small change to status.cafe style

This commit is contained in:
ngoomie 2023-06-26 19:01:44 -06:00
parent c53a69dfa1
commit 7311c25d60
1 changed files with 4 additions and 1 deletions

View File

@ -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 {