many fixes and updates
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<div class="col-6 col-md-2 mb-3">
|
||||
<h5>More Info</h5>
|
||||
<h5 class="atb-green">More Info</h5>
|
||||
<ul class="nav flex-column">
|
||||
{LOOP}
|
||||
<li class="nav-item mb-2"><a href="{url}" class="nav-link p-0 text-muted">{text}</a></li>
|
||||
|
@ -1 +1 @@
|
||||
<span>© 2024 AllTheBookmarks, Powered by <a href="https://thetempusproject.com" class="text-decoration-none">The Tempus Project</a>.</span>
|
||||
<span>© 2024 AllTheBookmarks, Powered by <a href="https://thetempusproject.com" class="text-decoration-none atb-green">The Tempus Project</a>.</span>
|
@ -1,5 +1,5 @@
|
||||
<div class="col-6 col-md-2 mb-3">
|
||||
<h5>Contact Us</h5>
|
||||
<h5 class="atb-green">Contact Us</h5>
|
||||
<ul class="nav flex-column">
|
||||
{LOOP}
|
||||
<li class="nav-item mb-2"><a href="{url}" class="nav-link p-0 text-muted">{text}</a></li>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div class="col-6 col-md-2 mb-3">
|
||||
<h5>Dark Mode</h5>
|
||||
<h5 class="atb-green">Dark Mode</h5>
|
||||
<div class="material-switch px-4">
|
||||
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" class="form-check-input">
|
||||
<label for="dark-mode-toggle" class="label-default"></label>
|
||||
|
Reference in New Issue
Block a user