small change to status.cafe style
This commit is contained in:
parent
c53a69dfa1
commit
7311c25d60
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue