Compare commits

..

No commits in common. "adac06dc24e46a9bd34c32e01947c8685b88653b" and "01dfd6a5744fbee478011a33c238205943715f58" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -31,10 +31,6 @@ 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;