Compare commits

...

2 Commits

Author SHA1 Message Date
Martin Müller adac06dc24 Merge branch 'main' of https://git.luj0ga.de/franconian/www.franconian.net into main
continuous-integration/drone/push Build is passing Details
2020-12-10 20:14:25 +01:00
Martin Müller 8ce9c488bc Add border to footer and reduze text color + light 2020-12-10 20:12:09 +01:00
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;