forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-29 00:50:48 -06:00
parent 4671b3b0c0
commit 3f5567cbb0
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@
{% block desktopBanner %}
{% endblock %}
<div class="px-4 bg-gray-800" id="sub-header-row">
<div class="px-4 bg-gray-700" id="sub-header-row">
{% block subHeader %}
{% endblock %}
</div>

View File

@ -1,5 +1,5 @@
<!-- This example requires Tailwind CSS v2.0+ -->
<nav class="fixed top-0 w-full bg-gray-800" style="z-index: 1030;">
<nav class="fixed top-0 w-full bg-gray-700" style="z-index: 1030;">
<div class="w-full max-w-screen-2xl mx-auto grid grid-cols-12 px-8">
<div class="relative col-span-full flex items-center justify-between h-16">
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">