Add border to footer and reduze text color + light

This commit is contained in:
Martin Müller 2020-12-10 20:12:09 +01:00
parent 209f4f803a
commit 8ce9c488bc
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
$background: #100e23;
$fill-color: #eeeeee;
$text-color: #ffffff;
$text-darker: #aaaaaa;
$highlight: #05b9ec;

View File

@ -31,6 +31,10 @@ main {
}
footer {
border-top: 1px solid #666;
font-size: 0.9em;
color: $text-darker;
width: 100%;
max-width: $large;
margin: 0 auto;