small change to status.cafe style
This commit is contained in:
parent
c53a69dfa1
commit
7311c25d60
|
@ -1,5 +1,6 @@
|
||||||
$padding: 1.3rem;
|
$padding: 1.3rem;
|
||||||
$text: #005188;
|
$text: #005188;
|
||||||
|
$shadow: 0px 1px 4px $text;
|
||||||
|
|
||||||
html, * {
|
html, * {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -30,15 +31,17 @@ section:first-of-type p:first-of-type {
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 0px 1px 4px #005188, 0px 1px 4px #005188;
|
text-shadow: $shadow, $shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding-bottom: 1.8rem;
|
padding-bottom: 1.8rem;
|
||||||
|
word-spacing: 1rem;
|
||||||
a {
|
a {
|
||||||
color: $text;
|
color: $text;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav, div.cols section {
|
header nav, div.cols section {
|
||||||
|
|
Loading…
Reference in New Issue