Some CSS changes, don't shill donations

This commit is contained in:
Jacob 2023-08-29 19:11:41 +02:00
parent d9b7e3f556
commit be78e620a7
2 changed files with 14 additions and 5 deletions

View file

@ -231,10 +231,16 @@
<?php if ($showFooter): ?>
<p id="footer">
<p id="links">
<a href="https://speedie.site">Home</a>
<a href="https://git.speedie.site">Git</a>
<a href="https://speedie.site/donate.php">Donate</a>
<a href="https://matrix.speedie.site">Matrix space</a>
<a href="mailto:speedie@speedie.site">Email me</a>
</p>
<p id="footer">
ls.speedie.site is a fork of <a href="https://github.com/lorenzos/Minixed">MINIXED</a>, which is licensed under the <a href="https://raw.githubusercontent.com/lorenzos/Minixed/master/LICENSE">MIT</a> license.
Other documentation is licensed under CC-BY-SA 4.0 unless another license is specified.
Code is licensed under the GNU General Public License version 3 unless another license is specified.
</p>
<?php endif; ?>

9
ls.css
View file

@ -131,11 +131,14 @@ ul li.item .file {
text-align: center;
}
#footer a {
color: #cccccc;
#links {
color: #89bfff;
font-weight: bold;
text-decoration: none;
transition: 0.1s;
text-align: center;
}
#footer a:hover {
color: #999999;
color: #ccccff;
}