mirror of
https://github.com/Clortox/SimpleFileRepository.git
synced 2026-03-05 01:27:59 +00:00
Fix styling to have dark theme
This commit is contained in:
@@ -21,17 +21,17 @@
|
||||
<title><?php echo $site_name ?></title>
|
||||
|
||||
</head>
|
||||
<body class="bg-dark">
|
||||
<body style="background-color: black">
|
||||
<?php
|
||||
include 'www/header.php';
|
||||
?>
|
||||
<div class="card ml-4 mr-4">
|
||||
<div class="card bg-dark text-white ml-4 mr-4">
|
||||
<div class="card-header">
|
||||
<h2>Folders</h2>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<p>Select a catagory to start browsing</p>
|
||||
<table id="catTable" class="display table">
|
||||
<table id="catTable" class="display table text-white">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
@@ -54,4 +54,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user