mirror of
https://github.com/tchartron/blow
synced 2024-11-27 06:40:31 +00:00
update
This commit is contained in:
parent
3c9901627d
commit
061b17e1fd
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
{% endblock title %}
|
||||
</title>
|
||||
</head>
|
||||
<body class="dark:bg-gray-800">
|
||||
<body class="dark:bg-gray-700">
|
||||
<!---------------------------------------------------------->
|
||||
<!------------------------- NAVBAR ------------------------->
|
||||
<!---------------------------------------------------------->
|
||||
<nav class="bg-gray-200 dark:bg-gray-900">
|
||||
<nav class="bg-gray-200 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="absolute inset-y-0 left-0 flex items-center sm:hidden">
|
||||
|
|
Loading…
Reference in a new issue