updating all files to use darkmode

This commit is contained in:
Janis Steiner
2024-12-09 16:27:04 +00:00
parent dc4d9636c0
commit b06c14dcb8
15 changed files with 25 additions and 321 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html data-bs-theme="dark">
<?php
// Initialize the session
session_start();
@@ -76,7 +76,7 @@ function load_user()
<div class="container">
<form action="public_cloud.php" method="POST">
<input type="text" name="search" placeholder="Suchbegriff">
<button type="submit" class="btn btn-dark my-5">Suchen</button>
<button type="submit" class="btn btn-secondary my-5">Suchen</button>
</form>
<div style="overflow-y:auto;overflow-x:auto">
<table class="table">