Add border to footer and reduze text color + light
This commit is contained in:
parent
209f4f803a
commit
8ce9c488bc
|
@ -1,5 +1,6 @@
|
||||||
$background: #100e23;
|
$background: #100e23;
|
||||||
$fill-color: #eeeeee;
|
$fill-color: #eeeeee;
|
||||||
$text-color: #ffffff;
|
$text-color: #ffffff;
|
||||||
|
$text-darker: #aaaaaa;
|
||||||
|
|
||||||
$highlight: #05b9ec;
|
$highlight: #05b9ec;
|
||||||
|
|
|
@ -31,6 +31,10 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
border-top: 1px solid #666;
|
||||||
|
font-size: 0.9em;
|
||||||
|
color: $text-darker;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $large;
|
max-width: $large;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in New Issue