fixing light mode
This commit is contained in:
parent
5ac44d6784
commit
e0f9c978c1
6 changed files with 103 additions and 39 deletions
|
@ -36,11 +36,11 @@
|
|||
{% endblock title %}
|
||||
</title>
|
||||
</head>
|
||||
<body class="dark:bg-gray-800 flex flex-col h-screen justify-between">
|
||||
<body class="bg-gray-200 text-gray-900 dark:text-white dark:bg-gray-800 flex flex-col h-screen justify-between">
|
||||
<!---------------------------------------------------------->
|
||||
<!------------------------- NAVBAR ------------------------->
|
||||
<!---------------------------------------------------------->
|
||||
<nav id="navbar" class="bg-gray-200 dark:bg-gray-800">
|
||||
<nav id="navbar" class="bg-gray-200 text-gray-900 dark:text-white dark:bg-gray-800">
|
||||
<div class="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
|
||||
<div class="relative flex items-center justify-between h-16">
|
||||
<div class="flex items-center sm:hidden">
|
||||
|
@ -254,7 +254,7 @@
|
|||
<!----------------------------------------------------------->
|
||||
<!------------------------- CONTENT ------------------------->
|
||||
<!----------------------------------------------------------->
|
||||
<main class="max-w-7xl mx-auto text-white bg-gray-200 dark:bg-gray-800 w-full mb-auto">
|
||||
<main class="max-w-7xl mx-auto text-gray-900 dark:text-white bg-gray-200 dark:bg-gray-800 w-full mb-auto">
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</main>
|
||||
|
@ -268,7 +268,7 @@
|
|||
<!---------------------------------------------------------->
|
||||
<!------------------------- FOOTER ------------------------->
|
||||
<!---------------------------------------------------------->
|
||||
<footer class="max-w-7xl mx-auto relative pt-1 px-2 border-gray-300 dark:border-gray-200 w-full">
|
||||
<footer class="max-w-7xl mx-auto relative pt-1 px-2 bg-gray-200 border-gray-300 dark:border-gray-200 dark:bg-gray-800 w-full">
|
||||
<!-- <div class="container mx-auto px-6">
|
||||
<div class="sm:flex sm:mt-8">
|
||||
<div class="mt-8 sm:mt-0 sm:w-full sm:px-8 flex flex-col md:flex-row justify-between">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue