some css improvements and shorten footer text

This commit is contained in:
speedie 2023-05-03 22:57:29 +02:00
parent 46f5072a2d
commit d41a2a8431
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,7 @@
footer {
background-color: #131313;
text-align: center;
padding-bottom: 0px;
padding-right: 0px;
padding: 5px;
font-size: 8pt;
font-weight: normal;
background-color: transparent;
@ -16,4 +15,5 @@ footer {
.links {
color: #66667d;
padding: 5px;
}

View file

@ -6,7 +6,7 @@
<body>
<div>
<div class="column">
<a class="links" href="/privacy.php">Privacy notice and license information</a>
<a class="links" href="/privacy.php">Licensing</a>
<a class="links" href="/credits.php">Credits</a>
<a class="links" href="https://git.speedie.site">Git</a>
<a class="links" href="https://ls.speedie.site">Downloads</a>