Dark mode and other color enhancements to match

This commit is contained in:
Cody Cook 2024-05-13 19:38:06 -07:00
commit 8b4dfe0c0c
12 changed files with 108 additions and 46 deletions

View file

@ -1,15 +1,12 @@
<section style="background-color: #eee;">
<section>
<div class="container py-5">
<div class="row">
<div class="col text-center">
<p><?php
// copyright
echo "&copy; 2008 - ";
echo date('Y');
echo " " . $locale['allrightsreserved'];
?></p>
</div>
</div>
<div class="row">
<div class="col text-center">
Created using <a href="https://gitea.threefifteen.info/cody/dj_mix_hosting_software">DJ Mix Hosting Software</a>
@ -19,7 +16,5 @@
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js" integrity="sha512-7Pi/otdlbbCR+LnW+F7PwFcSDJOuUJB3OxtEHbg4vSMvzvJjde4Po1v4BR9Gdc9aXNUNFVUY+SK51wWT8WF0Gg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>