Compare commits
2 Commits
01dfd6a574
...
adac06dc24
Author | SHA1 | Date |
---|---|---|
Martin Müller | adac06dc24 | |
Martin Müller | 8ce9c488bc |
|
@ -1,5 +1,6 @@
|
|||
$background: #100e23;
|
||||
$fill-color: #eeeeee;
|
||||
$text-color: #ffffff;
|
||||
$text-darker: #aaaaaa;
|
||||
|
||||
$highlight: #05b9ec;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue