edit colors

This commit is contained in:
2025-05-07 13:57:50 +02:00
parent 35540c9432
commit 3053f54fb4
12 changed files with 52 additions and 48 deletions

View File

@@ -11,7 +11,7 @@
<!-- START: Navigation -->
<nav class="flex items-center justify-between mb-8">
<div class="flex items-center">
<img src="assets/logos/logo_lightmode.svg" alt="Logo" class="h-6 md:h-5 lg:h-6 w-auto mr-4">
<img src="assets/logos/logo_lightmode2.svg" alt="Logo" class="h-8 mr-4">
</div>
<ul class="flex space-x-6 text-white">
<li><a href="index.html" class="hover:text-gray-300">Home</a></li>
@@ -34,5 +34,3 @@
</footer>
<!-- END: Footer -->
</div>
</body>
</html>