mirror of
https://github.com/Clortox/SimpleFileRepository.git
synced 2026-03-05 09:37:58 +00:00
Fix styling to have dark theme
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
?>
|
||||
|
||||
<header>
|
||||
<div class="jumbotron">
|
||||
<div class="jumbotron bg-dark border-bottom border-secondary text-white">
|
||||
<h1><?php echo $site_name ?></h1>
|
||||
<?php
|
||||
if($isConvo){
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
?>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark border border-secondary">
|
||||
<?php
|
||||
foreach($nav_names as $index=>$name){
|
||||
echo '<a class="navbar-brand" href="' . $nav_links[$index] . '">'
|
||||
|
||||
Reference in New Issue
Block a user